C# Class Poonya.Utils.ByteArray

Afficher le fichier Open project: sunag/sea3d Class Usage Examples

Méthodes publiques

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

Method Details

ByteArray() public méthode

public ByteArray ( ) : System
Résultat System

ByteArray() public méthode

public ByteArray ( MemoryStream memoryStream ) : System
memoryStream System.IO.MemoryStream
Résultat System

ByteArray() public méthode

public ByteArray ( byte bytes ) : System
bytes byte
Résultat System

GetCrc32() public méthode

public GetCrc32 ( ) : uint
Résultat uint

ReadBytes() public méthode

public ReadBytes ( int length ) : byte[]
length int
Résultat byte[]

ReadDataObject() public méthode

public ReadDataObject ( ) : ByteArray
Résultat ByteArray

ReadDouble() public méthode

public ReadDouble ( ) : double
Résultat double

ReadFile() public méthode

public ReadFile ( string filePath ) : void
filePath string
Résultat void

ReadFloat() public méthode

public ReadFloat ( ) : float
Résultat float

ReadInteger() public méthode

public ReadInteger ( ) : int
Résultat int

ReadUByte() public méthode

public ReadUByte ( ) : int
Résultat int

ReadUInt16() public méthode

public ReadUInt16 ( ) : int
Résultat int

ReadUInt24() public méthode

public ReadUInt24 ( ) : int
Résultat int

ReadUInt32() public méthode

public ReadUInt32 ( ) : uint
Résultat uint

ReadUInteger() public méthode

public ReadUInteger ( ) : int
Résultat int

ReadUTF16() public méthode

public ReadUTF16 ( ) : string
Résultat string

ReadUTF32() public méthode

public ReadUTF32 ( ) : string
Résultat string

ReadUTF8() public méthode

public ReadUTF8 ( ) : string
Résultat string

ReadUTFBytes() public méthode

public ReadUTFBytes ( uint length ) : string
length uint
Résultat string

ToArray() public méthode

public ToArray ( ) : byte[]
Résultat byte[]

WriteBoolean() public méthode

public WriteBoolean ( bool value ) : void
value bool
Résultat void

WriteByte() public méthode

public WriteByte ( int value ) : void
value int
Résultat void

WriteBytes() public méthode

public WriteBytes ( byte buffer ) : void
buffer byte
Résultat void

WriteBytes() public méthode

public WriteBytes ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
Résultat void

WriteBytesObject() public méthode

public WriteBytesObject ( byte buffer ) : void
buffer byte
Résultat void

WriteData() public méthode

public WriteData ( ByteArray data ) : void
data ByteArray
Résultat void

WriteDataObject() public méthode

public WriteDataObject ( ByteArray data ) : void
data ByteArray
Résultat void

WriteDouble() public méthode

public WriteDouble ( double value ) : void
value double
Résultat void

WriteFloat() public méthode

public WriteFloat ( float value ) : void
value float
Résultat void

WriteFloats() public méthode

public WriteFloats ( float buffer ) : void
buffer float
Résultat void

WriteInt16() public méthode

public WriteInt16 ( short value ) : void
value short
Résultat void

WriteInt32() public méthode

public WriteInt32 ( int value ) : void
value int
Résultat void

WriteInteger() public méthode

public WriteInteger ( int value ) : void
value int
Résultat void

WriteNull() public méthode

public WriteNull ( ) : void
Résultat void

WriteTypeCode() public méthode

public WriteTypeCode ( string value ) : void
value string
Résultat void

WriteUInt16() public méthode

public WriteUInt16 ( int value ) : void
value int
Résultat void

WriteUInt24() public méthode

public WriteUInt24 ( int value ) : void
value int
Résultat void

WriteUInt32() public méthode

public WriteUInt32 ( uint value ) : void
value uint
Résultat void

WriteUInteger() public méthode

public WriteUInteger ( int value ) : void
value int
Résultat void

WriteUTF16() public méthode

public WriteUTF16 ( string value ) : void
value string
Résultat void

WriteUTF32() public méthode

public WriteUTF32 ( string value ) : void
value string
Résultat void

WriteUTF8() public méthode

public WriteUTF8 ( string value ) : void
value string
Résultat void

WriteUTFBytes() public méthode

public WriteUTFBytes ( string value ) : void
value string
Résultat void