메소드 |
설명 |
|
Peek ( this s ) : int |
|
|
ReadASCII ( this s, int length ) : string |
|
|
ReadASCIIZ ( this s ) : string |
|
|
ReadAllBytes ( this s ) : byte[] |
|
|
ReadAllLines ( this s ) : IEnumerable |
|
|
ReadAllText ( this s ) : string |
|
|
ReadBytes ( this s, int count ) : byte[] |
|
|
ReadBytes ( this s, byte buffer, int offset, int count ) : void |
|
|
ReadDouble ( this s ) : double |
|
|
ReadFloat ( this s ) : float |
|
|
ReadInt16 ( this s ) : short |
|
|
ReadInt32 ( this s ) : int |
|
|
ReadString ( this s, Encoding encoding, int maxLength ) : string |
|
|
ReadUInt16 ( this s ) : ushort |
|
|
ReadUInt32 ( this s ) : uint |
|
|
ReadUInt8 ( this s ) : byte |
|
|
Write ( this s, byte data ) : void |
|
|
Write ( this s, int value ) : void |
|
|
WriteString ( this s, Encoding encoding, string text ) : int |
|
|