Semantic search

(File):lines (Deutsch) Iteriert über alle Zeilen einer Datei.
(File):lines (Português) Iterage por todas as linhas de um arquivo
(File):lines (Русский) Перебрать все строки в file (Русский).
(File):lines (日本語) ファイルの最終行まで全てイテレート(反復)します。
(File):lines (한국어) 텍스트 파일을 한 줄씩 읽는 반복자를 리턴합니다.
(File):open Open the file for write, read or append.
(File):open (Português) Abre um arquivo para escrita, leitura ou acréscimo.
(File):open (Tiếng Việt) Mở file để ghi, đọc, hoặc ghi bổ sung.
(File):open (Русский) Открывает файл для записи, чтения или добавления.
(File):open (日本語) ファイルを開いて読み書き、または追記します。
(File):open (한국어) 읽기나 쓰기 따위를 하기 위해 파일을 엽니다.
(File):read Read a number of bytes from a file
(File):read (Português) Lê uma quantidade de bytes de um arquivo.
(File):read (Русский) Считывает число байтов из файла.
(File):read (日本語) ファイルからバイト単位で読み込みます。
(File):read (한국어) 파일을 읽습니다.
(File):seek Seek to a position in a file
(File):seek (Português) Vai para uma posição no arquivo.
(File):seek (Русский) Ищит что-либо в файле
(File):seek (日本語) ファイルの指定位置へ移動します。
(File):seek (한국어) 파일의 포인터 위치를 변경합니다.
(File):setBuffer Sets the buffer mode for a file opened for writing or appending. Added since 0.9.0
(File):setBuffer (Português) Configura o modo de buffer para um arquivo aberto para escrita ou acréscimo. Added since 0.9.0
(File):setBuffer (Русский) Устанавливает режим буфера для записи или добавления файл. Added since 0.9.0
(File):setBuffer (日本語) 書き込みまたは追記のために開いたファイルに対してバッファモードの設定を行います。 Added since 0.9.0
(File):setBuffer (한국어) 파일 쓰기와 추가 시 사용할 버퍼링 모드를 설정합니다. Added since 0.9.0
(File):tell Returns the position in the file.
(File):tell (Português) Retorna a posição atual no arquivo.
(File):tell (Русский) Возвращает позицию в файле.
(File):tell (日本語) ファイルの位置を返します。
(File):write Write data to a file.
(File):write (Português) Escreve dados no arquivo.
(File):write (Русский) Записывает данные в файл.
(File):write (日本語) ファイルへデータを書き込みます
(File):write (한국어) 데이터를 파일에 씁니다.
(Image):getData Gets the original ImageData or CompressedData used to create the Image. Added since 0.9.0 Removed in 11.0
(Image):getData (日本語) 元の ImageData または CompressedData から取得したものを使用して画像の作成します。 Added since 0.9.0 Deprecated in 11.0
(Image):getDimensions Gets the width and height of the Image. Added since 0.9.0
(Image):getDimensions (日本語) 画像の幅と高さを取得します。 Added since 0.9.0
(Image):getFilter Gets the filter mode for an image.
(Image):getFilter (Deutsch) Gibt den Filtermodus eines Bildes zurück.
(Image):getFilter (Português) Obtém o modo de filtro de uma imagem.
(Image):getFilter (日本語) 画像のフィルタ方式を取得します。
(Image):getFlags Gets the flags used when the image was created. Added since 0.10.0 Removed in 11.0
(Image):getFlags (日本語) Image が作成されたときに使用されるフラグを取得します。 Added since 0.10.0
(Image):getHeight Gets the height of the Image.
(Image):getHeight (Português) Retorna a altura de uma imagem.
(Image):getHeight (日本語) 画像の高さを取得します。
(Image):getMipmapFilter (日本語) Image の mipmap フィルタ方式を取得します。 Added since 0.9.0 Removed in 11.0
(Image):getWidth Gets the width of the Image.