Метод | Описание | |
---|---|---|
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, |
||
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, |
public static ReadASCII ( this s, int length ) : string | ||
s | this | |
length | int | |
Результат | string |
public static ReadASCIIZ ( this s ) : string | ||
s | this | |
Результат | string |
public static ReadAllBytes ( this s ) : byte[] | ||
s | this | |
Результат | byte[] |
public static ReadAllLines ( this s ) : IEnumerable |
||
s | this | |
Результат | IEnumerable |
public static ReadAllText ( this s ) : string | ||
s | this | |
Результат | string |
public static ReadBytes ( this s, int count ) : byte[] | ||
s | this | |
count | int | |
Результат | byte[] |
public static ReadBytes ( this s, byte buffer, int offset, int count ) : void | ||
s | this | |
buffer | byte | |
offset | int | |
count | int | |
Результат | void |
public static ReadDouble ( this s ) : double | ||
s | this | |
Результат | double |
public static ReadFloat ( this s ) : float | ||
s | this | |
Результат | float |
public static ReadInt16 ( this s ) : short | ||
s | this | |
Результат | short |
public static ReadInt32 ( this s ) : int | ||
s | this | |
Результат | int |
public static ReadString ( this s, |
||
s | this | |
encoding | ||
maxLength | int | |
Результат | string |
public static ReadUInt16 ( this s ) : ushort | ||
s | this | |
Результат | ushort |
public static ReadUInt32 ( this s ) : uint | ||
s | this | |
Результат | uint |
public static ReadUInt8 ( this s ) : byte | ||
s | this | |
Результат | byte |
public static Write ( this s, byte data ) : void | ||
s | this | |
data | byte | |
Результат | void |
public static Write ( this s, int value ) : void | ||
s | this | |
value | int | |
Результат | void |
public static WriteString ( this s, |
||
s | this | |
encoding | ||
text | string | |
Результат | int |