C# Class UpkManager.Domain.Helpers.ByteArrayWriter

Afficher le fichier Open project: stricq/UPKManager Class Usage Examples

Méthodes publiques

Méthode Description
CreateNew ( int Length ) : ByteArrayWriter
GetBytes ( ) : byte[]
Initialize ( byte Data, int Index ) : void
Seek ( int Offset ) : void
WriteByte ( byte Value ) : void
WriteBytes ( byte Bytes ) : System.Threading.Tasks.Task
WriteInt16 ( short Value ) : void
WriteInt32 ( int Value ) : void
WriteInt64 ( long Value ) : void
WriteSingle ( float Value ) : void
WriteUInt16 ( ushort Value ) : void
WriteUInt32 ( uint Value ) : void
WriteUInt64 ( ulong Value ) : void

Method Details

CreateNew() public static méthode

public static CreateNew ( int Length ) : ByteArrayWriter
Length int
Résultat ByteArrayWriter

GetBytes() public méthode

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

Initialize() public méthode

public Initialize ( byte Data, int Index ) : void
Data byte
Index int
Résultat void

Seek() public méthode

public Seek ( int Offset ) : void
Offset int
Résultat void

WriteByte() public méthode

public WriteByte ( byte Value ) : void
Value byte
Résultat void

WriteBytes() public méthode

public WriteBytes ( byte Bytes ) : System.Threading.Tasks.Task
Bytes byte
Résultat System.Threading.Tasks.Task

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

WriteInt64() public méthode

public WriteInt64 ( long Value ) : void
Value long
Résultat void

WriteSingle() public méthode

public WriteSingle ( float Value ) : void
Value float
Résultat void

WriteUInt16() public méthode

public WriteUInt16 ( ushort Value ) : void
Value ushort
Résultat void

WriteUInt32() public méthode

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

WriteUInt64() public méthode

public WriteUInt64 ( ulong Value ) : void
Value ulong
Résultat void