Returns an input stream for this socket.
返回此套接字的输入流。
Breaks the input stream into a list of tokens.
将输入流分成一列记号。
Listing 3 USES the method to build a document from an input stream.
清单3使用了相应的方法从输入流构建文档。
Stdin is the standard input stream, which provides input to commands.
stdin是标准输入流,为命令提供输入。
The following outputs are the integers taken as-is from the input stream.
后面的输出才是从输入流得到的整数。
The index of the next character to read from the input stream buffer.
要从输入流缓冲读取的下一个字符的下标。
The TCPIPServer Input node receives 30 bytes of data from the input stream.
TCPIPServer Input节点从输入流接收到30个字节的数据。
PrefixInt prefixes a (user-configured) integer to its integer input stream.
PrefixInt 在它的整数输入流之前加上一个(用户配置的)整数。
Contains an input stream, positioned at the start of the optional input data.
包含输入流,从最初可选的输入数据开始。
If on the other hand, GZIP encoding is not detected, we leave the input stream alone.
另一方面,如果GZIP编码未被检测到,我们就不对输入流再作处理。
Then check whether any error occurred on the input stream and, if so, give a message.
然后检查输入流上是否发生错误,若是,则给出消息。
The input stream associated with the connection is provided to the EditorKit's read method.
与连接相关联的输入流被提供给EditorKit的read方法。
It accepts an input stream and a grammar, and internally it runs the stream through this grammar.
它接受一个输入流和一个语法,并在内部通过语法运行此输入流。
The output stream of the socket becomes the input stream to the server application and vice-versa.
套接字的输出流将成为服务器应用程序的输入流,反之亦然。
For instance, the predefined directive as_lower_d converts the input stream to lowercase (see Listing 6).
例如,预定义指令as_lower_d将输入流转换为小写(参见清单6)。
Many text processing commands (filters) can take input either from the standard input stream or from a file.
许多文本处理命令(过滤器)可以从标准输入流或从文件中获取输入。
Finally (line 7), I use the document builder to parse the input stream and construct the document representation.
最后(第7行),我使用文档构建器来对输入流进行语法分析并构造文档表示。
It is critical to be able to deliver information in a timely manner, even when the input stream speed fluctuates.
在一个实时的情况下甚至在数据流速率波动时发布数据相当的关键。
Finally, close the input stream, flush the output stream, and if it was a pipe, close it with the pclose function.
最后,关闭输入流,清空输出流,如果输出流是管道,则用pclose函数关闭它。
It's a text editor, but unlike file editors such as Ed, it edits the input stream and writes to the output stream.
它是一个文本编辑器,但是与诸如ed等文本编辑器不同,它编辑输入流并写到输出流。
It's great for reading a document from a network, input stream, user input, or other somewhat static representation.
对于从网络、输入流或其它某些静态表示法读取文档来说,这种方法是非常好的。
IntegerLiteral expects to immediately encounter an integer in the input stream, else the expression would be invalid.
integerLiteral希望在输入流中立即遇到一个整数,否则该表达式将无效。
But in this case, it first tries to read a message from the input stream, and it will block until something is received.
但是,在这里,它首先尝试从输入流读一条消息,并阻塞直到收到消息。
Otherwise, the original character is placed in the output stream, and the input stream is reset to the original position.
否则,将原来的字符放到输出流中,并且将输入流重置到原始位置。
The conditional parser's purpose is to resolve ambiguity by looking ahead in the input stream for a certain pattern.
条件分析器的目的是通过在输入中超前寻找特定的模式来消除二义性。
We want to modify the input stream just before the body of the HTTP message is decoded, but after the headers have been parsed.
我们希望恰好在对HTTP消息体进行解码之前,而在解析了头之后,对输入流进行修改。
The logic is that parse will look first for a string, then for an integer, and finally for a real, in that order, in the input stream.
这里的逻辑是parse将在输入流中首先查找一个字符串,然后查找整数,最后查找一个实数。
Listing 3 USES the org.apache.axiom.om.impl.builder.StAXOMBuilder class to build the document representation by parsing an input stream.
清单3使用了or g .apache . axiom . om . impl . builder . staxombuilder类通过解析输入流来构建文档表示。
Even so, this process makes a function call to FileStream.ReadByte and one to FileStream.WriteByte for most characters in the input stream.
即使如此,对于输入流中的大多数字符,该过程都会对FileStream .ReadByte进行函数调用,并且对FileStream .WriteByte进行函数调用。
Even so, this process makes a function call to FileStream.ReadByte and one to FileStream.WriteByte for most characters in the input stream.
即使如此,对于输入流中的大多数字符,该过程都会对FileStream .ReadByte进行函数调用,并且对FileStream .WriteByte进行函数调用。
应用推荐