C# Class System.IO.UnmanagedMemoryStreamWrapper

Inheritance: MemoryStream
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
Flush ( ) : void
GetBuffer ( ) : byte[]
Read ( [ buffer, int offset, int count ) : int
ReadByte ( ) : int
Seek ( long offset, SeekOrigin loc ) : long
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
UnmanagedMemoryStreamWrapper ( UnmanagedMemoryStream stream ) : System

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[]

Read() public méthode

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

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

Seek() public méthode

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

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