C# Class IMB3.ByteBuffers.TByteBuffer

Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( int aLength ) : void
Compare ( byte aValue, int aOffset ) : bool
PBPeekInt64 ( ) : System.Int64
PBPeekUInt64 ( int aOffset ) : System.UInt64
PBPrepare ( Double aValue ) : System.UInt64
PBPrepare ( Int32 aValue ) : System.UInt64
PBPrepare ( System.Int64 aValue ) : System.UInt64
PBPrepare ( System.Single aValue ) : System.UInt64
PBPrepare ( UInt32 aValue ) : System.UInt64
PBPrepare ( System.UInt64 aValue ) : System.UInt64
PBPrepare ( bool aValue ) : System.UInt64
PBPrepare ( byte aValue ) : System.UInt64
PBPrepare ( byte aValue, int aLen ) : System.UInt64
PBPrepare ( string aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, Double aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, Int32 aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, System.Int64 aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, System.Single aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, UInt32 aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, System.UInt64 aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, bool aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, byte aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, string aValue ) : System.UInt64
PBPrepareFieldInfo ( System.UInt64 aTag, TWireType aWireType ) : System.UInt64
PBPrepareFixed ( Int32 aValue ) : System.UInt64
PBPrepareFixed ( System.Int64 aValue ) : System.UInt64
PBPrepareFixed ( UInt32 aValue ) : System.UInt64
PBPrepareFixed ( System.UInt64 aValue ) : System.UInt64
PBPrepareFixedField ( System.UInt64 aTag, Int32 aValue ) : System.UInt64
PBPrepareFixedField ( System.UInt64 aTag, System.Int64 aValue ) : System.UInt64
PBPrepareFixedField ( System.UInt64 aTag, UInt32 aValue ) : System.UInt64
PBPrepareFixedField ( System.UInt64 aTag, System.UInt64 aValue ) : System.UInt64
PBQWrite ( Double aValue ) : System.UInt64
PBQWrite ( Int32 aValue ) : System.UInt64
PBQWrite ( System.Int64 aValue ) : System.UInt64
PBQWrite ( System.Single aValue ) : System.UInt64
PBQWrite ( UInt32 aValue ) : System.UInt64
PBQWrite ( System.UInt64 aValue ) : System.UInt64
PBQWrite ( bool aValue ) : System.UInt64
PBQWrite ( byte aValue ) : System.UInt64
PBQWrite ( byte aValue, int aLen ) : System.UInt64
PBQWrite ( string aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, Double aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, Int32 aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, System.Int64 aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, System.Single aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, UInt32 aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, System.UInt64 aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, bool aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, string aValue ) : System.UInt64
PBQWriteFieldInfo ( System.UInt64 aTag, TWireType aWiretype ) : System.UInt64
PBQWriteFixed ( Int32 aValue ) : System.UInt64
PBQWriteFixed ( System.Int64 aValue ) : System.UInt64
PBQWriteFixed ( UInt32 aValue ) : UInt64
PBQWriteFixed ( UInt64 aValue ) : UInt64
PBQWriteFixedField ( UInt64 aTag, Int32 aValue ) : UInt64
PBQWriteFixedField ( UInt64 aTag, Int64 aValue ) : UInt64
PBQWriteFixedField ( UInt64 aTag, UInt32 aValue ) : UInt64
PBQWriteFixedField ( UInt64 aTag, UInt64 aValue ) : UInt64
PBRead ( Int32 &aValue ) : UInt64
PBRead ( Int64 &aValue ) : UInt64
PBRead ( UInt32 &aValue ) : UInt64
PBRead ( UInt64 &aValue ) : UInt64
PBRead ( bool &aValue ) : UInt64
PBRead ( string &aValue ) : UInt64
PBReadAnsiString ( ) : string
PBReadBytes ( ) : byte[]
PBReadFieldInfo ( UInt64 &aTag, TWireType &aWireType ) : UInt64
PBReadFixed ( Int32 &aValue ) : UInt64
PBReadFixed ( Int64 &aValue ) : UInt64
PBReadFixed ( UInt32 &aValue ) : UInt64
PBReadFixed ( UInt64 &aValue ) : UInt64
PBSkip ( TWireType aWireType ) : UInt64
Peek ( Double &aValue, int aOffset ) : bool
Peek ( Int32 &aValue, int aOffset ) : bool
Peek ( Int64 &aValue, int aOffset ) : bool
Peek ( Single &aValue, int aOffset ) : bool
Peek ( bool &aValue, int aOffset ) : bool
Peek ( byte &aValue, int aOffset ) : bool
Peek ( string &aValue, int aOffset ) : bool
PeekBoolean ( int aOffset, bool aDefaultValue ) : bool
PeekByte ( int aOffset, byte aDefaultValue ) : byte
PeekDouble ( int aOffset, Double aDefaultValue ) : Double
PeekInt32 ( int aOffset, Int32 aDefaultValue ) : Int32
PeekInt64 ( int aOffset, Int64 aDefaultValue ) : Int64
PeekSingle ( int aOffset, Single aDefaultValue ) : Single
PeekString ( int aOffset, string aDefaultValue ) : string
Prepare ( Double aValue ) : void
Prepare ( Int32 aValue ) : void
Prepare ( Int64 aValue ) : void
Prepare ( Single aValue ) : void
Prepare ( TByteBuffer aValue ) : void
Prepare ( bool aValue ) : void
Prepare ( byte aValue ) : void
Prepare ( string aValue ) : void
PrepareApply ( ) : void
PrepareApplyAndTrim ( ) : void
PrepareSize ( int aValueSize ) : int
PrepareStart ( ) : int
QRead ( Double &aValue ) : void
QRead ( Int32 &aValue ) : void
QRead ( Int64 &aValue ) : void
QRead ( Single &aValue ) : void
QRead ( bool &aValue ) : void
QRead ( byte &aValue ) : void
QRead ( string &aValue ) : void
QWrite ( Double aValue ) : void
QWrite ( Int32 aValue ) : void
QWrite ( Int64 aValue ) : void
QWrite ( Single aValue ) : void
QWrite ( TByteBuffer aValue ) : void
QWrite ( bool aValue ) : void
QWrite ( byte aValue ) : void
QWrite ( string aValue ) : void
Read ( Double &aValue ) : bool
Read ( Int32 &aValue ) : bool
Read ( Int64 &aValue ) : bool
Read ( Single &aValue ) : bool
Read ( TByteBuffer aValue ) : bool
Read ( bool &aValue ) : bool
Read ( byte &aValue ) : bool
Read ( string &aValue ) : bool
ReadBoolean ( bool aDefaultValue = false ) : bool
ReadByte ( byte aDefaultValue ) : byte
ReadByteBuffer ( ) : TByteBuffer
ReadBytes ( UInt64 aLen ) : byte[]
ReadDouble ( Double aDefaultValue ) : Double
ReadInt32 ( Int32 aDefaultValue ) : Int32
ReadInt64 ( Int64 aDefaultValue ) : Int64
ReadRest ( ) : byte[]
ReadRest ( TByteBuffer &aValue ) : void
ReadSingle ( Single aDefaultValue ) : Single
ReadStart ( ) : void
ReadString ( string aDefaultValue = "" ) : string
SkipReading ( int aValueSize ) : void
TByteBuffer ( byte aBuffer, int aLength ) : System
TByteBuffer ( int aLength ) : System
Write ( Double aValue ) : void
Write ( Int32 aValue ) : void
Write ( Int64 aValue ) : void
Write ( Single aValue ) : void
Write ( TByteBuffer aValue ) : void
Write ( bool aValue ) : void
Write ( byte aValue ) : void
Write ( string aValue ) : void
WriteApply ( ) : void
WriteStart ( int aIndex ) : void
Written ( int aValueSize ) : bool

Method Details

Clear() public méthode

public Clear ( int aLength ) : void
aLength int
Résultat void

Compare() public méthode

public Compare ( byte aValue, int aOffset ) : bool
aValue byte
aOffset int
Résultat bool

PBPeekInt64() public méthode

public PBPeekInt64 ( ) : System.Int64
Résultat System.Int64

PBPeekUInt64() public méthode

public PBPeekUInt64 ( int aOffset ) : System.UInt64
aOffset int
Résultat System.UInt64

PBPrepare() public méthode

public PBPrepare ( Double aValue ) : System.UInt64
aValue Double
Résultat System.UInt64

PBPrepare() public méthode

public PBPrepare ( Int32 aValue ) : System.UInt64
aValue System.Int32
Résultat System.UInt64

PBPrepare() public méthode

public PBPrepare ( System.Int64 aValue ) : System.UInt64
aValue System.Int64
Résultat System.UInt64

PBPrepare() public méthode

public PBPrepare ( System.Single aValue ) : System.UInt64
aValue System.Single
Résultat System.UInt64

PBPrepare() public méthode

public PBPrepare ( UInt32 aValue ) : System.UInt64
aValue System.UInt32
Résultat System.UInt64

PBPrepare() public méthode

public PBPrepare ( System.UInt64 aValue ) : System.UInt64
aValue System.UInt64
Résultat System.UInt64

PBPrepare() public méthode

public PBPrepare ( bool aValue ) : System.UInt64
aValue bool
Résultat System.UInt64

PBPrepare() public méthode

public PBPrepare ( byte aValue ) : System.UInt64
aValue byte
Résultat System.UInt64

PBPrepare() public méthode

public PBPrepare ( byte aValue, int aLen ) : System.UInt64
aValue byte
aLen int
Résultat System.UInt64

PBPrepare() public méthode

public PBPrepare ( string aValue ) : System.UInt64
aValue string
Résultat System.UInt64

PBPrepareField() public méthode

public PBPrepareField ( System.UInt64 aTag, Double aValue ) : System.UInt64
aTag System.UInt64
aValue Double
Résultat System.UInt64

PBPrepareField() public méthode

public PBPrepareField ( System.UInt64 aTag, Int32 aValue ) : System.UInt64
aTag System.UInt64
aValue System.Int32
Résultat System.UInt64

PBPrepareField() public méthode

public PBPrepareField ( System.UInt64 aTag, System.Int64 aValue ) : System.UInt64
aTag System.UInt64
aValue System.Int64
Résultat System.UInt64

PBPrepareField() public méthode

public PBPrepareField ( System.UInt64 aTag, System.Single aValue ) : System.UInt64
aTag System.UInt64
aValue System.Single
Résultat System.UInt64

PBPrepareField() public méthode

public PBPrepareField ( System.UInt64 aTag, UInt32 aValue ) : System.UInt64
aTag System.UInt64
aValue System.UInt32
Résultat System.UInt64

PBPrepareField() public méthode

public PBPrepareField ( System.UInt64 aTag, System.UInt64 aValue ) : System.UInt64
aTag System.UInt64
aValue System.UInt64
Résultat System.UInt64

PBPrepareField() public méthode

public PBPrepareField ( System.UInt64 aTag, bool aValue ) : System.UInt64
aTag System.UInt64
aValue bool
Résultat System.UInt64

PBPrepareField() public méthode

public PBPrepareField ( System.UInt64 aTag, byte aValue ) : System.UInt64
aTag System.UInt64
aValue byte
Résultat System.UInt64

PBPrepareField() public méthode

public PBPrepareField ( System.UInt64 aTag, string aValue ) : System.UInt64
aTag System.UInt64
aValue string
Résultat System.UInt64

PBPrepareFieldInfo() public méthode

public PBPrepareFieldInfo ( System.UInt64 aTag, TWireType aWireType ) : System.UInt64
aTag System.UInt64
aWireType TWireType
Résultat System.UInt64

PBPrepareFixed() public méthode

public PBPrepareFixed ( Int32 aValue ) : System.UInt64
aValue System.Int32
Résultat System.UInt64

PBPrepareFixed() public méthode

public PBPrepareFixed ( System.Int64 aValue ) : System.UInt64
aValue System.Int64
Résultat System.UInt64

PBPrepareFixed() public méthode

public PBPrepareFixed ( UInt32 aValue ) : System.UInt64
aValue System.UInt32
Résultat System.UInt64

PBPrepareFixed() public méthode

public PBPrepareFixed ( System.UInt64 aValue ) : System.UInt64
aValue System.UInt64
Résultat System.UInt64

PBPrepareFixedField() public méthode

public PBPrepareFixedField ( System.UInt64 aTag, Int32 aValue ) : System.UInt64
aTag System.UInt64
aValue System.Int32
Résultat System.UInt64

PBPrepareFixedField() public méthode

public PBPrepareFixedField ( System.UInt64 aTag, System.Int64 aValue ) : System.UInt64
aTag System.UInt64
aValue System.Int64
Résultat System.UInt64

PBPrepareFixedField() public méthode

public PBPrepareFixedField ( System.UInt64 aTag, UInt32 aValue ) : System.UInt64
aTag System.UInt64
aValue System.UInt32
Résultat System.UInt64

PBPrepareFixedField() public méthode

public PBPrepareFixedField ( System.UInt64 aTag, System.UInt64 aValue ) : System.UInt64
aTag System.UInt64
aValue System.UInt64
Résultat System.UInt64

PBQWrite() public méthode

public PBQWrite ( Double aValue ) : System.UInt64
aValue Double
Résultat System.UInt64

PBQWrite() public méthode

public PBQWrite ( Int32 aValue ) : System.UInt64
aValue System.Int32
Résultat System.UInt64

PBQWrite() public méthode

public PBQWrite ( System.Int64 aValue ) : System.UInt64
aValue System.Int64
Résultat System.UInt64

PBQWrite() public méthode

public PBQWrite ( System.Single aValue ) : System.UInt64
aValue System.Single
Résultat System.UInt64

PBQWrite() public méthode

public PBQWrite ( UInt32 aValue ) : System.UInt64
aValue System.UInt32
Résultat System.UInt64

PBQWrite() public méthode

public PBQWrite ( System.UInt64 aValue ) : System.UInt64
aValue System.UInt64
Résultat System.UInt64

PBQWrite() public méthode

public PBQWrite ( bool aValue ) : System.UInt64
aValue bool
Résultat System.UInt64

PBQWrite() public méthode

public PBQWrite ( byte aValue ) : System.UInt64
aValue byte
Résultat System.UInt64

PBQWrite() public méthode

public PBQWrite ( byte aValue, int aLen ) : System.UInt64
aValue byte
aLen int
Résultat System.UInt64

PBQWrite() public méthode

public PBQWrite ( string aValue ) : System.UInt64
aValue string
Résultat System.UInt64

PBQWriteField() public méthode

public PBQWriteField ( System.UInt64 aTag, Double aValue ) : System.UInt64
aTag System.UInt64
aValue Double
Résultat System.UInt64

PBQWriteField() public méthode

public PBQWriteField ( System.UInt64 aTag, Int32 aValue ) : System.UInt64
aTag System.UInt64
aValue System.Int32
Résultat System.UInt64

PBQWriteField() public méthode

public PBQWriteField ( System.UInt64 aTag, System.Int64 aValue ) : System.UInt64
aTag System.UInt64
aValue System.Int64
Résultat System.UInt64

PBQWriteField() public méthode

public PBQWriteField ( System.UInt64 aTag, System.Single aValue ) : System.UInt64
aTag System.UInt64
aValue System.Single
Résultat System.UInt64

PBQWriteField() public méthode

public PBQWriteField ( System.UInt64 aTag, UInt32 aValue ) : System.UInt64
aTag System.UInt64
aValue System.UInt32
Résultat System.UInt64

PBQWriteField() public méthode

public PBQWriteField ( System.UInt64 aTag, System.UInt64 aValue ) : System.UInt64
aTag System.UInt64
aValue System.UInt64
Résultat System.UInt64

PBQWriteField() public méthode

public PBQWriteField ( System.UInt64 aTag, bool aValue ) : System.UInt64
aTag System.UInt64
aValue bool
Résultat System.UInt64

PBQWriteField() public méthode

public PBQWriteField ( System.UInt64 aTag, string aValue ) : System.UInt64
aTag System.UInt64
aValue string
Résultat System.UInt64

PBQWriteFieldInfo() public méthode

public PBQWriteFieldInfo ( System.UInt64 aTag, TWireType aWiretype ) : System.UInt64
aTag System.UInt64
aWiretype TWireType
Résultat System.UInt64

PBQWriteFixed() public méthode

public PBQWriteFixed ( Int32 aValue ) : System.UInt64
aValue System.Int32
Résultat System.UInt64

PBQWriteFixed() public méthode

public PBQWriteFixed ( System.Int64 aValue ) : System.UInt64
aValue System.Int64
Résultat System.UInt64

PBQWriteFixed() public méthode

public PBQWriteFixed ( UInt32 aValue ) : UInt64
aValue UInt32
Résultat UInt64

PBQWriteFixed() public méthode

public PBQWriteFixed ( UInt64 aValue ) : UInt64
aValue UInt64
Résultat UInt64

PBQWriteFixedField() public méthode

public PBQWriteFixedField ( UInt64 aTag, Int32 aValue ) : UInt64
aTag UInt64
aValue Int32
Résultat UInt64

PBQWriteFixedField() public méthode

public PBQWriteFixedField ( UInt64 aTag, Int64 aValue ) : UInt64
aTag UInt64
aValue Int64
Résultat UInt64

PBQWriteFixedField() public méthode

public PBQWriteFixedField ( UInt64 aTag, UInt32 aValue ) : UInt64
aTag UInt64
aValue UInt32
Résultat UInt64

PBQWriteFixedField() public méthode

public PBQWriteFixedField ( UInt64 aTag, UInt64 aValue ) : UInt64
aTag UInt64
aValue UInt64
Résultat UInt64

PBRead() public méthode

public PBRead ( Int32 &aValue ) : UInt64
aValue Int32
Résultat UInt64

PBRead() public méthode

public PBRead ( Int64 &aValue ) : UInt64
aValue Int64
Résultat UInt64

PBRead() public méthode

public PBRead ( UInt32 &aValue ) : UInt64
aValue UInt32
Résultat UInt64

PBRead() public méthode

public PBRead ( UInt64 &aValue ) : UInt64
aValue UInt64
Résultat UInt64

PBRead() public méthode

public PBRead ( bool &aValue ) : UInt64
aValue bool
Résultat UInt64

PBRead() public méthode

public PBRead ( string &aValue ) : UInt64
aValue string
Résultat UInt64

PBReadAnsiString() public méthode

public PBReadAnsiString ( ) : string
Résultat string

PBReadBytes() public méthode

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

PBReadFieldInfo() public méthode

public PBReadFieldInfo ( UInt64 &aTag, TWireType &aWireType ) : UInt64
aTag UInt64
aWireType TWireType
Résultat UInt64

PBReadFixed() public méthode

public PBReadFixed ( Int32 &aValue ) : UInt64
aValue Int32
Résultat UInt64

PBReadFixed() public méthode

public PBReadFixed ( Int64 &aValue ) : UInt64
aValue Int64
Résultat UInt64

PBReadFixed() public méthode

public PBReadFixed ( UInt32 &aValue ) : UInt64
aValue UInt32
Résultat UInt64

PBReadFixed() public méthode

public PBReadFixed ( UInt64 &aValue ) : UInt64
aValue UInt64
Résultat UInt64

PBSkip() public méthode

public PBSkip ( TWireType aWireType ) : UInt64
aWireType TWireType
Résultat UInt64

Peek() public méthode

public Peek ( Double &aValue, int aOffset ) : bool
aValue Double
aOffset int
Résultat bool

Peek() public méthode

public Peek ( Int32 &aValue, int aOffset ) : bool
aValue Int32
aOffset int
Résultat bool

Peek() public méthode

public Peek ( Int64 &aValue, int aOffset ) : bool
aValue Int64
aOffset int
Résultat bool

Peek() public méthode

public Peek ( Single &aValue, int aOffset ) : bool
aValue Single
aOffset int
Résultat bool

Peek() public méthode

public Peek ( bool &aValue, int aOffset ) : bool
aValue bool
aOffset int
Résultat bool

Peek() public méthode

public Peek ( byte &aValue, int aOffset ) : bool
aValue byte
aOffset int
Résultat bool

Peek() public méthode

public Peek ( string &aValue, int aOffset ) : bool
aValue string
aOffset int
Résultat bool

PeekBoolean() public méthode

public PeekBoolean ( int aOffset, bool aDefaultValue ) : bool
aOffset int
aDefaultValue bool
Résultat bool

PeekByte() public méthode

public PeekByte ( int aOffset, byte aDefaultValue ) : byte
aOffset int
aDefaultValue byte
Résultat byte

PeekDouble() public méthode

public PeekDouble ( int aOffset, Double aDefaultValue ) : Double
aOffset int
aDefaultValue Double
Résultat Double

PeekInt32() public méthode

public PeekInt32 ( int aOffset, Int32 aDefaultValue ) : Int32
aOffset int
aDefaultValue Int32
Résultat Int32

PeekInt64() public méthode

public PeekInt64 ( int aOffset, Int64 aDefaultValue ) : Int64
aOffset int
aDefaultValue Int64
Résultat Int64

PeekSingle() public méthode

public PeekSingle ( int aOffset, Single aDefaultValue ) : Single
aOffset int
aDefaultValue Single
Résultat Single

PeekString() public méthode

public PeekString ( int aOffset, string aDefaultValue ) : string
aOffset int
aDefaultValue string
Résultat string

Prepare() public méthode

public Prepare ( Double aValue ) : void
aValue Double
Résultat void

Prepare() public méthode

public Prepare ( Int32 aValue ) : void
aValue Int32
Résultat void

Prepare() public méthode

public Prepare ( Int64 aValue ) : void
aValue Int64
Résultat void

Prepare() public méthode

public Prepare ( Single aValue ) : void
aValue Single
Résultat void

Prepare() public méthode

public Prepare ( TByteBuffer aValue ) : void
aValue TByteBuffer
Résultat void

Prepare() public méthode

public Prepare ( bool aValue ) : void
aValue bool
Résultat void

Prepare() public méthode

public Prepare ( byte aValue ) : void
aValue byte
Résultat void

Prepare() public méthode

public Prepare ( string aValue ) : void
aValue string
Résultat void

PrepareApply() public méthode

public PrepareApply ( ) : void
Résultat void

PrepareApplyAndTrim() public méthode

public PrepareApplyAndTrim ( ) : void
Résultat void

PrepareSize() public méthode

public PrepareSize ( int aValueSize ) : int
aValueSize int
Résultat int

PrepareStart() public méthode

public PrepareStart ( ) : int
Résultat int

QRead() public méthode

public QRead ( Double &aValue ) : void
aValue Double
Résultat void

QRead() public méthode

public QRead ( Int32 &aValue ) : void
aValue Int32
Résultat void

QRead() public méthode

public QRead ( Int64 &aValue ) : void
aValue Int64
Résultat void

QRead() public méthode

public QRead ( Single &aValue ) : void
aValue Single
Résultat void

QRead() public méthode

public QRead ( bool &aValue ) : void
aValue bool
Résultat void

QRead() public méthode

public QRead ( byte &aValue ) : void
aValue byte
Résultat void

QRead() public méthode

public QRead ( string &aValue ) : void
aValue string
Résultat void

QWrite() public méthode

public QWrite ( Double aValue ) : void
aValue Double
Résultat void

QWrite() public méthode

public QWrite ( Int32 aValue ) : void
aValue Int32
Résultat void

QWrite() public méthode

public QWrite ( Int64 aValue ) : void
aValue Int64
Résultat void

QWrite() public méthode

public QWrite ( Single aValue ) : void
aValue Single
Résultat void

QWrite() public méthode

public QWrite ( TByteBuffer aValue ) : void
aValue TByteBuffer
Résultat void

QWrite() public méthode

public QWrite ( bool aValue ) : void
aValue bool
Résultat void

QWrite() public méthode

public QWrite ( byte aValue ) : void
aValue byte
Résultat void

QWrite() public méthode

public QWrite ( string aValue ) : void
aValue string
Résultat void

Read() public méthode

public Read ( Double &aValue ) : bool
aValue Double
Résultat bool

Read() public méthode

public Read ( Int32 &aValue ) : bool
aValue Int32
Résultat bool

Read() public méthode

public Read ( Int64 &aValue ) : bool
aValue Int64
Résultat bool

Read() public méthode

public Read ( Single &aValue ) : bool
aValue Single
Résultat bool

Read() public méthode

public Read ( TByteBuffer aValue ) : bool
aValue TByteBuffer
Résultat bool

Read() public méthode

public Read ( bool &aValue ) : bool
aValue bool
Résultat bool

Read() public méthode

public Read ( byte &aValue ) : bool
aValue byte
Résultat bool

Read() public méthode

public Read ( string &aValue ) : bool
aValue string
Résultat bool

ReadBoolean() public méthode

public ReadBoolean ( bool aDefaultValue = false ) : bool
aDefaultValue bool
Résultat bool

ReadByte() public méthode

public ReadByte ( byte aDefaultValue ) : byte
aDefaultValue byte
Résultat byte

ReadByteBuffer() public méthode

public ReadByteBuffer ( ) : TByteBuffer
Résultat TByteBuffer

ReadBytes() public méthode

public ReadBytes ( UInt64 aLen ) : byte[]
aLen UInt64
Résultat byte[]

ReadDouble() public méthode

public ReadDouble ( Double aDefaultValue ) : Double
aDefaultValue Double
Résultat Double

ReadInt32() public méthode

public ReadInt32 ( Int32 aDefaultValue ) : Int32
aDefaultValue Int32
Résultat Int32

ReadInt64() public méthode

public ReadInt64 ( Int64 aDefaultValue ) : Int64
aDefaultValue Int64
Résultat Int64

ReadRest() public méthode

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

ReadRest() public méthode

public ReadRest ( TByteBuffer &aValue ) : void
aValue TByteBuffer
Résultat void

ReadSingle() public méthode

public ReadSingle ( Single aDefaultValue ) : Single
aDefaultValue Single
Résultat Single

ReadStart() public méthode

public ReadStart ( ) : void
Résultat void

ReadString() public méthode

public ReadString ( string aDefaultValue = "" ) : string
aDefaultValue string
Résultat string

SkipReading() public méthode

public SkipReading ( int aValueSize ) : void
aValueSize int
Résultat void

TByteBuffer() public méthode

public TByteBuffer ( byte aBuffer, int aLength ) : System
aBuffer byte
aLength int
Résultat System

TByteBuffer() public méthode

public TByteBuffer ( int aLength ) : System
aLength int
Résultat System

Write() public méthode

public Write ( Double aValue ) : void
aValue Double
Résultat void

Write() public méthode

public Write ( Int32 aValue ) : void
aValue Int32
Résultat void

Write() public méthode

public Write ( Int64 aValue ) : void
aValue Int64
Résultat void

Write() public méthode

public Write ( Single aValue ) : void
aValue Single
Résultat void

Write() public méthode

public Write ( TByteBuffer aValue ) : void
aValue TByteBuffer
Résultat void

Write() public méthode

public Write ( bool aValue ) : void
aValue bool
Résultat void

Write() public méthode

public Write ( byte aValue ) : void
aValue byte
Résultat void

Write() public méthode

public Write ( string aValue ) : void
aValue string
Résultat void

WriteApply() public méthode

public WriteApply ( ) : void
Résultat void

WriteStart() public méthode

public WriteStart ( int aIndex ) : void
aIndex int
Résultat void

Written() public méthode

public Written ( int aValueSize ) : bool
aValueSize int
Résultat bool