Méthode |
Description |
|
ByteArray ( ) : System |
|
|
ByteArray ( MemoryStream memoryStream ) : System |
|
|
ByteArray ( byte bytes ) : System |
|
|
GetCrc32 ( ) : uint |
|
|
ReadBytes ( int length ) : byte[] |
|
|
ReadDataObject ( ) : ByteArray |
|
|
ReadDouble ( ) : double |
|
|
ReadFile ( string filePath ) : void |
|
|
ReadFloat ( ) : float |
|
|
ReadInteger ( ) : int |
|
|
ReadUByte ( ) : int |
|
|
ReadUInt16 ( ) : int |
|
|
ReadUInt24 ( ) : int |
|
|
ReadUInt32 ( ) : uint |
|
|
ReadUInteger ( ) : int |
|
|
ReadUTF16 ( ) : string |
|
|
ReadUTF32 ( ) : string |
|
|
ReadUTF8 ( ) : string |
|
|
ReadUTFBytes ( uint length ) : string |
|
|
ToArray ( ) : byte[] |
|
|
WriteBoolean ( bool value ) : void |
|
|
WriteByte ( int value ) : void |
|
|
WriteBytes ( byte buffer ) : void |
|
|
WriteBytes ( byte buffer, int offset, int length ) : void |
|
|
WriteBytesObject ( byte buffer ) : void |
|
|
WriteData ( ByteArray data ) : void |
|
|
WriteDataObject ( ByteArray data ) : void |
|
|
WriteDouble ( double value ) : void |
|
|
WriteFloat ( float value ) : void |
|
|
WriteFloats ( float buffer ) : void |
|
|
WriteInt16 ( short value ) : void |
|
|
WriteInt32 ( int value ) : void |
|
|
WriteInteger ( int value ) : void |
|
|
WriteNull ( ) : void |
|
|
WriteTypeCode ( string value ) : void |
|
|
WriteUInt16 ( int value ) : void |
|
|
WriteUInt24 ( int value ) : void |
|
|
WriteUInt32 ( uint value ) : void |
|
|
WriteUInteger ( int value ) : void |
|
|
WriteUTF16 ( string value ) : void |
|
|
WriteUTF32 ( string value ) : void |
|
|
WriteUTF8 ( string value ) : void |
|
|
WriteUTFBytes ( string value ) : void |
|
|