'宣言 Public Shared Function ReadStream( _ ByVal stream As System.IO.Stream, _ ByRef readLength As System.Integer _ ) As System.Byte()
public static System.byte[] ReadStream( System.IO.Stream stream, ref System.int readLength )
パラメータ
- stream
- 入力ストリーム。
- readLength
- 読み取れる長さ。
戻り値の型
byte[] バッファ。