byte array input stream 字节数组输入流
byte array output stream class 字节数组输出流类
Byte Array Output Stream 位元阵列输出流
The operation of reading from a file is very straight forward, we open a file stream, create an array to hold the data, and finally read all the data into the array.
从文件中读取内容的操作是非常直截了当的:我们打开一个文件流对象,创建一个数组来放置数据,最后把所有数据都读到这个数组中。
Step (4) prepares the request to be sent over the stream by converting the string into an array of bytes, i.e. binary.
步骤(4)通过将字符串转换成字节序列(比如二进制)准备好通过流发送的请求。
Transfer the stream data into an array.
把流数据转移到数组中。
应用推荐