메소드 | 설명 | |
---|---|---|
BinaryReaderBigEndian ( Stream input ) : System | ||
Close ( ) : void | ||
Dispose ( ) : void | ||
Read ( byte buf, int index, int count ) : int | ||
ReadByte ( ) : byte | ||
ReadBytes ( int count ) : byte[] | ||
ReadDouble ( ) : double | ||
ReadInt16 ( ) : short | ||
ReadInt32 ( ) : int | ||
ReadInt64 ( ) : long | ||
ReadSByte ( ) : sbyte | ||
ReadSingle ( ) : float | ||
ReadUInt16 ( ) : ushort | ||
ReadUInt32 ( ) : uint | ||
ReadUInt64 ( ) : ulong |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
FillBuffer ( int numBytes ) : void |
메소드 | 설명 | |
---|---|---|
ThrowEndOfStream ( ) : void | ||
ThrowFileNotOpen ( ) : void |
public BinaryReaderBigEndian ( Stream input ) : System | ||
input | Stream | |
리턴 | System |
public Read ( byte buf, int index, int count ) : int | ||
buf | byte | |
index | int | |
count | int | |
리턴 | int |