Gets the number of bytes in the current input stream 获取当前输入流中的字节数。
2.
Gets or sets the filter to use when reading the current input stream 获取或设置在读取当前输入流时要使用的筛选器。
3.
Performs a binary read of a specified number of bytes from the current input stream 执行对当前输入流进行指定字节数的二进制读取。
4.
Creates a newly allocated byte array . its size is the current size of this output stream and the valid contents of the buffer have been copied into it 新创建一个过渡性的瞬态的字节数组,这个数组的大小是输入流在缓冲中当前的大小,内容是输入流在缓冲中当前的内容,这个方法执行后,当前输入流的缓冲被重置。