Метод | Описание | |
---|---|---|
PeekBytes ( this ms, int position, int count ) : byte[] | ||
PeekChar ( this ms ) : char | ||
PeekChar ( this ms, int position ) : char | ||
PeekInt16 ( this ms ) : |
||
PeekInt16 ( this ms, int position ) : |
||
PeekInt32 ( this ms ) : |
||
PeekInt32 ( this ms, int position ) : |
||
PeekInt64 ( this ms ) : System.Int64 | ||
PeekInt64 ( this ms, int position ) : System.Int64 | ||
PeekUInt16 ( this ms ) : |
||
PeekUInt16 ( this ms, int position ) : |
||
PeekUInt32 ( this ms ) : |
||
PeekUInt32 ( this ms, int position ) : |
||
PeekUInt64 ( this ms ) : System.UInt64 | ||
PeekUInt64 ( this ms, int position ) : System.UInt64 | ||
ReadBytes ( this ms, int count ) : byte[] | ||
ReadChar ( this ms ) : char | ||
ReadInt16 ( this ms ) : |
||
ReadInt32 ( this ms ) : |
||
ReadInt64 ( this ms ) : System.Int64 | ||
ReadUInt16 ( this ms ) : |
||
ReadUInt32 ( this ms ) : |
||
ReadUInt64 ( this ms ) : System.UInt64 | ||
WriteByte ( this ms, int position, byte value ) : void | ||
WriteBytes ( this ms, byte value ) : void | ||
WriteBytes ( this ms, int position, byte value ) : void | ||
WriteInt16 ( this ms, |
||
WriteInt16 ( this ms, int position, |
||
WriteInt32 ( this ms, |
||
WriteInt32 ( this ms, int position, |
||
WriteInt64 ( this ms, System.Int64 value ) : void | ||
WriteInt64 ( this ms, int position, System.Int64 value ) : void | ||
WriteUInt16 ( this ms, |
||
WriteUInt16 ( this ms, int position, |
||
WriteUInt32 ( this ms, |
||
WriteUInt32 ( this ms, int position, |
||
WriteUInt64 ( this ms, System.UInt64 value ) : void | ||
WriteUInt64 ( this ms, int position, System.UInt64 value ) : void |
public static PeekBytes ( this ms, int position, int count ) : byte[] | ||
ms | this | |
position | int | |
count | int | |
Результат | byte[] |
public static PeekChar ( this ms ) : char | ||
ms | this | |
Результат | char |
public static PeekChar ( this ms, int position ) : char | ||
ms | this | |
position | int | |
Результат | char |
public static PeekInt16 ( this ms ) : |
||
ms | this | |
Результат |
public static PeekInt16 ( this ms, int position ) : |
||
ms | this | |
position | int | |
Результат |
public static PeekInt32 ( this ms ) : |
||
ms | this | |
Результат |
public static PeekInt32 ( this ms, int position ) : |
||
ms | this | |
position | int | |
Результат |
public static PeekInt64 ( this ms ) : System.Int64 | ||
ms | this | |
Результат | System.Int64 |
public static PeekInt64 ( this ms, int position ) : System.Int64 | ||
ms | this | |
position | int | |
Результат | System.Int64 |
public static PeekUInt16 ( this ms ) : |
||
ms | this | |
Результат |
public static PeekUInt16 ( this ms, int position ) : |
||
ms | this | |
position | int | |
Результат |
public static PeekUInt32 ( this ms ) : |
||
ms | this | |
Результат |
public static PeekUInt32 ( this ms, int position ) : |
||
ms | this | |
position | int | |
Результат |
public static PeekUInt64 ( this ms ) : System.UInt64 | ||
ms | this | |
Результат | System.UInt64 |
public static PeekUInt64 ( this ms, int position ) : System.UInt64 | ||
ms | this | |
position | int | |
Результат | System.UInt64 |
public static ReadBytes ( this ms, int count ) : byte[] | ||
ms | this | |
count | int | |
Результат | byte[] |
public static ReadChar ( this ms ) : char | ||
ms | this | |
Результат | char |
public static ReadInt16 ( this ms ) : |
||
ms | this | |
Результат |
public static ReadInt32 ( this ms ) : |
||
ms | this | |
Результат |
public static ReadInt64 ( this ms ) : System.Int64 | ||
ms | this | |
Результат | System.Int64 |
public static ReadUInt16 ( this ms ) : |
||
ms | this | |
Результат |
public static ReadUInt32 ( this ms ) : |
||
ms | this | |
Результат |
public static ReadUInt64 ( this ms ) : System.UInt64 | ||
ms | this | |
Результат | System.UInt64 |
public static WriteByte ( this ms, int position, byte value ) : void | ||
ms | this | |
position | int | |
value | byte | |
Результат | void |
public static WriteBytes ( this ms, byte value ) : void | ||
ms | this | |
value | byte | |
Результат | void |
public static WriteBytes ( this ms, int position, byte value ) : void | ||
ms | this | |
position | int | |
value | byte | |
Результат | void |
public static WriteInt16 ( this ms, |
||
ms | this | |
value | ||
Результат | void |
public static WriteInt16 ( this ms, int position, |
||
ms | this | |
position | int | |
value | ||
Результат | void |
public static WriteInt32 ( this ms, |
||
ms | this | |
value | ||
Результат | void |
public static WriteInt32 ( this ms, int position, |
||
ms | this | |
position | int | |
value | ||
Результат | void |
public static WriteInt64 ( this ms, System.Int64 value ) : void | ||
ms | this | |
value | System.Int64 | |
Результат | void |
public static WriteInt64 ( this ms, int position, System.Int64 value ) : void | ||
ms | this | |
position | int | |
value | System.Int64 | |
Результат | void |
public static WriteUInt16 ( this ms, |
||
ms | this | |
value | ||
Результат | void |
public static WriteUInt16 ( this ms, int position, |
||
ms | this | |
position | int | |
value | ||
Результат | void |
public static WriteUInt32 ( this ms, |
||
ms | this | |
value | ||
Результат | void |
public static WriteUInt32 ( this ms, int position, |
||
ms | this | |
position | int | |
value | ||
Результат | void |
public static WriteUInt64 ( this ms, System.UInt64 value ) : void | ||
ms | this | |
value | System.UInt64 | |
Результат | void |
public static WriteUInt64 ( this ms, int position, System.UInt64 value ) : void | ||
ms | this | |
position | int | |
value | System.UInt64 | |
Результат | void |