C# Class netki.Bitstream

Afficher le fichier Open project: raxptor/putki-historical Class Usage Examples

Méthodes publiques

Свойство Type Description
s_bitmask System.UInt32[]

Méthodes publiques

Méthode Description
Copy ( Buffer dst, Buffer src ) : void
Insert ( Buffer dest, Buffer source ) : void
PutBits ( Buffer buf, int bits, UInt32 value ) : bool
PutBytes ( Buffer buf, byte data ) : bool
PutCompressedInt ( Buffer buf, int value ) : void
PutCompressedUint ( Buffer buf, uint value ) : void
PutFloat ( Buffer buf, float f ) : void
PutStringDumb ( Buffer buf, string value ) : void
ReadBits ( Buffer buf, int bits ) : UInt32
ReadBytes ( Buffer buf, int count ) : byte[]
ReadCompressedInt ( Buffer buf ) : int
ReadCompressedUint ( Buffer buf ) : uint
ReadFloat ( Buffer buf ) : float
ReadStringDumb ( Buffer buf ) : string
SyncByte ( Buffer buf ) : void

Method Details

Copy() public static méthode

public static Copy ( Buffer dst, Buffer src ) : void
dst System.Buffer
src System.Buffer
Résultat void

Insert() public static méthode

public static Insert ( Buffer dest, Buffer source ) : void
dest System.Buffer
source System.Buffer
Résultat void

PutBits() public static méthode

public static PutBits ( Buffer buf, int bits, UInt32 value ) : bool
buf System.Buffer
bits int
value System.UInt32
Résultat bool

PutBytes() public static méthode

public static PutBytes ( Buffer buf, byte data ) : bool
buf System.Buffer
data byte
Résultat bool

PutCompressedInt() public static méthode

public static PutCompressedInt ( Buffer buf, int value ) : void
buf System.Buffer
value int
Résultat void

PutCompressedUint() public static méthode

public static PutCompressedUint ( Buffer buf, uint value ) : void
buf System.Buffer
value uint
Résultat void

PutFloat() public static méthode

public static PutFloat ( Buffer buf, float f ) : void
buf System.Buffer
f float
Résultat void

PutStringDumb() public static méthode

public static PutStringDumb ( Buffer buf, string value ) : void
buf System.Buffer
value string
Résultat void

ReadBits() public static méthode

public static ReadBits ( Buffer buf, int bits ) : UInt32
buf System.Buffer
bits int
Résultat System.UInt32

ReadBytes() public static méthode

public static ReadBytes ( Buffer buf, int count ) : byte[]
buf System.Buffer
count int
Résultat byte[]

ReadCompressedInt() public static méthode

public static ReadCompressedInt ( Buffer buf ) : int
buf System.Buffer
Résultat int

ReadCompressedUint() public static méthode

public static ReadCompressedUint ( Buffer buf ) : uint
buf System.Buffer
Résultat uint

ReadFloat() public static méthode

public static ReadFloat ( Buffer buf ) : float
buf System.Buffer
Résultat float

ReadStringDumb() public static méthode

public static ReadStringDumb ( Buffer buf ) : string
buf System.Buffer
Résultat string

SyncByte() public static méthode

public static SyncByte ( Buffer buf ) : void
buf System.Buffer
Résultat void

Property Details

s_bitmask public_oe static_oe property

public static UInt32[],System s_bitmask
Résultat System.UInt32[]