| オーバーロード | 解説 | 
|---|---|
| Read(Byte[],Int32,Int32) | 派生クラスによってオーバーライドされた場合は、現在のストリームからバイト シーケンスを読み取り、読み取ったバイト数の分だけストリームの位置を進めます。 | 
| Read(IntPtr,Int32,Int32) | Reads a block of bytes from the stream and writes the data in a given buffer. | 
| オーバーロード | 解説 | 
|---|---|
| Read(Byte[],Int32,Int32) | 派生クラスによってオーバーライドされた場合は、現在のストリームからバイト シーケンスを読み取り、読み取ったバイト数の分だけストリームの位置を進めます。 | 
| Read(IntPtr,Int32,Int32) | Reads a block of bytes from the stream and writes the data in a given buffer. |