Reads a single value from the current stream and advances the current position within this stream by the number of bytes read.
            
            オーバーロード一覧
| オーバーロード | 解説 | 
| Read<T>() | Reads a single value from the current stream and advances the current position within this stream by the number of bytes read.   | 
| Read(Byte[],Int32,Int32) | Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.   | 
| Read(IntPtr,Int32,Int32) | Reads a sequence of bytes from the current stream and advances the current position within this stream by the number of bytes written.   | 
 
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            参照