Step (4) prepares the request to be sent over the stream by converting the string into an array of bytes, i.e. binary.
步骤(4)通过将字符串转换成字节序列(比如二进制)准备好通过流发送的请求。
Thanks to it, the stream gets fully consumed and its content is transformed to a string, using the encoding relevant to the HTTP exchange.
多亏有了这个转换器,流得到了完全的处理,其内容也通过使用与HTTP交换相关的编码转换为字符串。
Similarly, the application retrieves the record as a stream of bytes and converts it into a string.
同样,这个应用程序以字节流形式检索记录,然后将它转换成一个字符串。
Users can stream the output data into a string, an internal buffer, the standard output, or a file.
用户可以使这些输出数据流入字符串、内部缓冲区、标准输出或文件。
You convert the stream from the server into a string that you pass to the JSON parser.
您将来自服务器的流转换成传递给JSON解析器的字符串。
In the case of the String version of the method, the results are sent back as a String object, instead of going through the stream.
如果是这个方法的String版本,那么是以String对象而不是经过流返回结果。
In other words, Elem is an abstract type representing... well, anything that can be parsed, most commonly a text string or stream.
换句话说,Elem是一种抽象类型,用于表示任何可被解析的东西,最常见的是一个文本字符串或流。
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将在输入流中首先查找一个字符串,然后查找整数,最后查找一个实数。
JSR 286 adds a write method that allows you to stream URL objects directly to the response writer instead, avoiding the creation of temporary string objects.
JSR 286添加了write方法,允许您将URL对象直接流向响应写出程序,从而避免创建临时字符串对象。
The data obtained is a stream of characters, which are appended in a String.
所获得的数据是一个字符流,这个多字符流附加在String中。
Once built, the string is then written out as a Notes stream to the "results" field in the search form.
构建后,该字符串以notes流形式写出到搜索表单的“results”字段。
With the sctp_sendmsg function (a nonstandard sockets call), I can send the string to the client, specifying the particular stream (LOCALTIME_STREAM).
使用sctp _ sendmsg函数一个非标准的socket调用,可以通过指定特定的流程LOCALTIME_STREAM,将这个字符串发送给客户机。
The named file system attribute classification is a byte stream that is associated with a directory or file and is referred to by a string name.
命名文件系统属性分类是一个关联到目录或者文件的字节流,通过一个字符串名引用。
The analyzer's job is to take apart a string of text and give you back a stream of tokens.
分析器的工作是分离一串文本并返回一个标号流。
Writes any pending tab spacing and a formatted string that contains the text representation of an object array, followed by a line terminator string, to the output stream.
将任何挂起的制表符间距和一个包含对象数组的文本表示形式的格式化字符串写入到输出流,并在后面跟上一个行结束符字符串。
The vfprintf() function writes a formatted string to a specified output stream (example: file or database).
函数的作用是:输出格式化字符串到流(例如:文件或数据库)。
Writes any pending TAB spacing and a formatted string that contains the text representation of two objects, followed by a line terminator string, to the output stream.
将任何挂起的制表符间距和一个包含两个对象的文本表示形式的格式化字符串写入到输出流,并在后面跟上一个行结束符字符串。
The string representation used for objects is also sometimes referred to as a byte stream, due to its linear format.
对象的字符串表达由于其线性的格式,有时也被称为字节流。
Writes the specified string value to the standard output stream.
将指定的字串值写入标准输出资料流。
Writes a string to an HTTP response output stream.
将一个字符写入HTTP响应输出流。
Stream. ReadString returns one result while using StreamReader. ReadToEnd returns string. Empty and both are wrong [stream.
readstring返回一个结果而使用streamreader.readtoend返回空字符串,两者都是错误的。
Class String is special cased within the Serialization Stream Protocol.
String类是特殊包装在序列化流协议中的。
Class String is special cased within the Serialization Stream Protocol.
String类是特殊包装在序列化流协议中的。
应用推荐