C# Class Ext2.Block

Afficher le fichier Open project: sharpos/SharpOS Class Usage Examples

Méthodes publiques

Свойство Type Description
buffer byte[]

Méthodes publiques

Méthode Description
Block ( uint offset, byte buffer ) : System
GetByte ( uint offset ) : byte
GetByteArray ( uint count, uint offset ) : byte[]
GetInt ( uint offset ) : int
GetString ( uint length, uint offset ) : string
GetUInt ( uint offset ) : uint
GetUIntArray ( uint count, uint offset ) : uint[]
GetUShort ( uint offset ) : ushort
SetByte ( uint offset, byte value ) : void
SetByteArray ( uint count, uint offset, byte values ) : void
SetInt ( uint offset, int value ) : void
SetUInt ( uint offset, uint value ) : void
SetUIntArray ( uint count, uint offset, uint values ) : void
SetUShort ( uint offset, ushort value ) : void

Method Details

Block() public méthode

public Block ( uint offset, byte buffer ) : System
offset uint
buffer byte
Résultat System

GetByte() public méthode

public GetByte ( uint offset ) : byte
offset uint
Résultat byte

GetByteArray() public méthode

public GetByteArray ( uint count, uint offset ) : byte[]
count uint
offset uint
Résultat byte[]

GetInt() public méthode

public GetInt ( uint offset ) : int
offset uint
Résultat int

GetString() public méthode

public GetString ( uint length, uint offset ) : string
length uint
offset uint
Résultat string

GetUInt() public méthode

public GetUInt ( uint offset ) : uint
offset uint
Résultat uint

GetUIntArray() public méthode

public GetUIntArray ( uint count, uint offset ) : uint[]
count uint
offset uint
Résultat uint[]

GetUShort() public méthode

public GetUShort ( uint offset ) : ushort
offset uint
Résultat ushort

SetByte() public méthode

public SetByte ( uint offset, byte value ) : void
offset uint
value byte
Résultat void

SetByteArray() public méthode

public SetByteArray ( uint count, uint offset, byte values ) : void
count uint
offset uint
values byte
Résultat void

SetInt() public méthode

public SetInt ( uint offset, int value ) : void
offset uint
value int
Résultat void

SetUInt() public méthode

public SetUInt ( uint offset, uint value ) : void
offset uint
value uint
Résultat void

SetUIntArray() public méthode

public SetUIntArray ( uint count, uint offset, uint values ) : void
count uint
offset uint
values uint
Résultat void

SetUShort() public méthode

public SetUShort ( uint offset, ushort value ) : void
offset uint
value ushort
Résultat void

Property Details

buffer public_oe property

public byte[] buffer
Résultat byte[]