C# Class Gammtek.Conduit.IO.MemoryTributary

Inheritance: Stream
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Protected Properties

Свойство Type Description
BlockSize long
Blocks List

Méthodes publiques

Méthode Description
Flush ( ) : void
MemoryTributary ( ) : System
MemoryTributary ( byte source ) : System
MemoryTributary ( int length ) : System
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
ReadFrom ( Stream source, long length ) : void
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
ToArray ( ) : byte[]
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void
WriteTo ( Stream destination ) : void

Méthodes protégées

Méthode Description
EnsureCapacity ( long intendedLength ) : void

Private Methods

Méthode Description
InitStream ( byte source = null ) : void
InitStream ( int length ) : void

Method Details

EnsureCapacity() protected méthode

protected EnsureCapacity ( long intendedLength ) : void
intendedLength long
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

MemoryTributary() public méthode

public MemoryTributary ( ) : System
Résultat System

MemoryTributary() public méthode

public MemoryTributary ( byte source ) : System
source byte
Résultat System

MemoryTributary() public méthode

public MemoryTributary ( int length ) : System
length int
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

ReadFrom() public méthode

public ReadFrom ( Stream source, long length ) : void
source Stream
length long
Résultat void

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

ToArray() public méthode

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

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

WriteByte() public méthode

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

WriteTo() public méthode

public WriteTo ( Stream destination ) : void
destination Stream
Résultat void

Property Details

BlockSize protected_oe property

protected long BlockSize
Résultat long

Blocks protected_oe property

protected List Blocks
Résultat List