What is the translation of " INPUT STREAM " in English?

input stream
luồng đầu vào
dòng đầu vào

Examples of using Input stream in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Lấy input stream và output stream..
See input stream and output stream..
Đọc dòng tiếp theo của text từ input stream.
Reads the next line of text from the input stream.
Nhập một property list từ input stream mà liên kết tới streamIn.
Sends the property list to the output stream linked to streamOut.
Cung cấp số byte mà được đọc từ input stream này.
Gives the number of bytes that can be read from this file input stream.
Phương thức này đọc r byte từ input stream vào trong một mảng.
This method reads r. length bytes from the input stream into an array.
Combinations with other parts of speech
Cung cấp số lượng byte mà có thể được đọc từ file input stream này.
Gives the number of bytes that can be read from this file input stream.
Đọc len byte của dữ liệu từ input stream vào trong một mảng các byte.
Reads up to len bytes of data from the input stream into an array of bytes.
Nó là superclass của tất cả các lớp đại diện cho một input stream của các byte.
It is the superclass of all classes representing an input stream of bytes.
Void close(): Đóng input stream tệp này và giải phóng mọi tài nguyên hệ thống được liên kết với input stream..
Java Program to close this input stream and release any system resources associated with the stream..
Output stream được kết nối với input stream của socket remote.
The output stream is connected to the input stream of the remote socket.
Trả về ước tính sốlượng byte còn lại có thể đọc( hoặc bỏ qua) từ input stream này.
The number of remainingbytes that can be read(or skipped over) from this input stream.
Trả về độ dài, bằng giátrị byte, của thân yêu cầu và làm nó có sẵn bởi Input Stream, hoặc trả về- 1 nếu độ dài là không được biết.
Returns the length, in bytes,of the request body and made available by the input stream, or -1 if the length is not known.
Trong trường hợp không có lỗi, bạn có thể gọi phương thức getInputStream()để có được một tham chiếu đến Input Stream của kết nối.
In case of no errors, you can now call the getInputStream()method to get a reference to the input stream of the connection.
Public final int read( byte[] r, intoff, int len) throws IOExceptionĐọc len byte của dữ liệu từ input stream vào trong một mảng các byte.
Public final int read(byte[] r, int off,int len)throws IOException Reads up to len bytes of data from the input stream into an array of bytes.
Input Stream: nếu hướng của luồng byte là từ thiết bị( ví dụ như bàn phím) đến bộ nhớ chính thì quá trình này được gọi là Input..
Input Stream: If the direction of flow of bytes is from device(for example: Keyboard) to the main memory then this process is called input..
Nó là superclass của tất cả các lớp đại diện cho một input stream của các byte.
This abstract class is the superclass of all classes representing an input stream of bytes.
Input stream được sử dụng để đọc dữ liệu từ file( hoạt động read) và Output stream được sử dụng để ghi vào trong file( hoạt động write).
The input stream is used for reading data from file(read operation) and the output stream is used for writing into the file(write operation).
Public void close() throws IOException được sử dụng để đóng input stream hiện tại.
Public void close()throws IOException: is used to close the current input stream.
Void reset() Nó định vị lại stream tại vị trí màphương thức đánh dấu lần cuối được gọi vào input stream này.
BufferedInputStream reset() method repositions the current stream to the position at the time the markmethod was called last time on this input stream.
Int available() Nó trả về một số ước lượng củabyte có thể đọc được từ input stream mà không bị chặn bởi phương thức gọi tiếp theo cho input stream.
BufferedInputStream available() method returns the total count of bytes thatcan be read or skipped over from the input stream without blocking by next invocation of a method for the input stream.
Constructor sau đây nhận tên file như là một chuỗi để tạo một đối tượng Input Stream để đọc file.
Following constructor takes a file name as a string to create an input stream object to read the file..
Trong thế giới của các hệ điều hànhUnix- like, filter là một chương trình mà thường thì nhận dữ liệu từ đầu vào chuẩn( main input stream hay standard input( stdin)) và ghi dữ liệu kết quả của nó tới đầu ra chuẩn( main output stream)..
In Unix and Unix-like operating systems,a filter is a program that gets most of its data from its standard input(the main input stream) and writes its main results to its standard output(the main output stream)..
Public int available() throws IOException Trả về một ước tính về sốbyte có thể đọc được từ input stream hiện tại.
Public int available()throws IOException: returns an estimate of the number ofbytes that can be read from the current input stream.
Nó là một thành phần của mỗi lớp stream input.
It is a member of each input stream class.
Sự khác biệt giữa get() và getline() là getline()đọc và di chuyển dấu tách ra khỏi stream input; còn get() thì không.
The difference between get() and getline() is that getline()reads and removes the delimiter from the input stream; get() does not.
Nếu như bắt gặp kí tự xuống dòng trong stream input thì nó được trích xuất nhưng nó không được đưa vào trong buf.
If the delimiter character is encountered in the input stream, it is extracted, but is not put into buf.
Ifstream Kiểu dữ liệu này biểu diễn Input File Stream và được sử dụng để đọc thông tin từ các file.
Ifstream This data type represents the input file stream and is used to read information from files.
Nếu như bắt gặp kí tự phân cách trong stream input thì nó được trích xuất, tuy nhiên không được đưa vào trong mảng buf.
If the newline character is encountered in the input stream, it is extracted, but is not put into buf.
Đọc input đã được định dạng từ một Stream.
Reads formatted input from a stream.
Results: 29, Time: 0.0192

Word-for-word translation

Top dictionary queries

Vietnamese - English