C# Class SharpOS.Kernel.FileSystem.BinaryFormat

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

Méthodes publiques

Méthode Description
BinaryFormat ( byte data ) : System
BinaryFormat ( uint length ) : System
Fill ( uint offset, byte value, uint length ) : void
GetByte ( uint offset ) : byte
GetBytes ( uint offset, uint length ) : byte[]
GetChar ( uint offset ) : char
GetChars ( uint offset, uint length ) : char[]
GetInt ( uint offset ) : int
GetString ( uint offset, uint length ) : string
GetUInt ( uint offset ) : uint
GetUShort ( uint offset ) : ushort
SetByte ( uint offset, byte value ) : void
SetBytes ( uint offset, byte value ) : void
SetBytes ( uint offset, byte value, uint start, uint length ) : void
SetChar ( uint offset, char value ) : void
SetChars ( uint offset, char value ) : void
SetInt ( uint offset, int value ) : void
SetString ( uint offset, string value ) : void
SetString ( uint offset, string value, uint length ) : void
SetUInt ( uint offset, uint value ) : void
SetUShort ( uint offset, ushort value ) : void
this ( int index ) : byte

Method Details

BinaryFormat() public méthode

public BinaryFormat ( byte data ) : System
data byte
Résultat System

BinaryFormat() public méthode

public BinaryFormat ( uint length ) : System
length uint
Résultat System

Fill() public méthode

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

GetByte() public méthode

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

GetBytes() public méthode

public GetBytes ( uint offset, uint length ) : byte[]
offset uint
length uint
Résultat byte[]

GetChar() public méthode

public GetChar ( uint offset ) : char
offset uint
Résultat char

GetChars() public méthode

public GetChars ( uint offset, uint length ) : char[]
offset uint
length uint
Résultat char[]

GetInt() public méthode

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

GetString() public méthode

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

GetUInt() public méthode

public GetUInt ( uint offset ) : 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

SetBytes() public méthode

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

SetBytes() public méthode

public SetBytes ( uint offset, byte value, uint start, uint length ) : void
offset uint
value byte
start uint
length uint
Résultat void

SetChar() public méthode

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

SetChars() public méthode

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

SetInt() public méthode

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

SetString() public méthode

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

SetString() public méthode

public SetString ( uint offset, string value, uint length ) : void
offset uint
value string
length uint
Résultat void

SetUInt() public méthode

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

SetUShort() public méthode

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

this() public méthode

public this ( int index ) : byte
index int
Résultat byte