C# Class Shared.MutableMemoryStream

Inheritance: Stream
Afficher le fichier Open project: jbouzaglou/PetPigeonsESB

Méthodes publiques

Méthode Description
Flush ( ) : void
GetBuffer ( ) : byte[]
MutableMemoryStream ( ) : System
MutableMemoryStream ( byte buffer ) : System
MutableMemoryStream ( byte buffer, int index, int count ) : System
MutableMemoryStream ( int capacity ) : System
Read ( [ buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin loc ) : long
SetBuffer ( byte buffer, int index, int count ) : void
SetLength ( long value ) : void
ToArray ( ) : byte[]
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void
WriteTo ( Stream stream ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
EnsureCapacity ( int value ) : bool
InternalEmulateRead ( int count ) : int
ReadByte ( ) : int

Method Details

Dispose() protected méthode

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

Flush() public méthode

public Flush ( ) : void
Résultat void

GetBuffer() public méthode

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

MutableMemoryStream() public méthode

public MutableMemoryStream ( ) : System
Résultat System

MutableMemoryStream() public méthode

public MutableMemoryStream ( byte buffer ) : System
buffer byte
Résultat System

MutableMemoryStream() public méthode

public MutableMemoryStream ( byte buffer, int index, int count ) : System
buffer byte
index int
count int
Résultat System

MutableMemoryStream() public méthode

public MutableMemoryStream ( int capacity ) : System
capacity int
Résultat System

Read() public méthode

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

Seek() public méthode

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

SetBuffer() public méthode

public SetBuffer ( byte buffer, int index, int count ) : void
buffer byte
index int
count int
Résultat void

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 stream ) : void
stream Stream
Résultat void