C# Class Prism.IO.BinBufferResource

Inheritance: IDisposable
Afficher le fichier Open project: TerrariaPrismTeam/Prism Class Usage Examples

Méthodes publiques

Méthode Description
AsByteArray ( ) : byte[]
AsStream ( ) : Stream
Clear ( bool wipeData = false ) : void
Dispose ( ) : void
Read ( byte data, int startIndex, int count ) : int
ReadByte ( ) : byte
ReadUnion ( int size ) : Union
Write ( Union v, int size ) : void
Write ( byte data, int startIndex, int count ) : void
WriteByte ( byte value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

AsByteArray() public abstract méthode

public abstract AsByteArray ( ) : byte[]
Résultat byte[]

AsStream() public abstract méthode

public abstract AsStream ( ) : Stream
Résultat Stream

Clear() public abstract méthode

public abstract Clear ( bool wipeData = false ) : void
wipeData bool
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected abstract méthode

protected abstract Dispose ( bool disposing ) : void
disposing bool
Résultat void

Read() public abstract méthode

public abstract Read ( byte data, int startIndex, int count ) : int
data byte
startIndex int
count int
Résultat int

ReadByte() public abstract méthode

public abstract ReadByte ( ) : byte
Résultat byte

ReadUnion() public abstract méthode

public abstract ReadUnion ( int size ) : Union
size int
Résultat Union

Write() public abstract méthode

public abstract Write ( Union v, int size ) : void
v Union
size int
Résultat void

Write() public abstract méthode

public abstract Write ( byte data, int startIndex, int count ) : void
data byte
startIndex int
count int
Résultat void

WriteByte() public abstract méthode

public abstract WriteByte ( byte value ) : void
value byte
Résultat void