C# Class inVtero.net.PhysicalMemoryStream

Stream overlaid the block interface of Mem
Inheritance: Stream, IDisposable
Afficher le fichier Open project: ShaneK2/inVtero.net Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
Dispose ( bool Disposing ) : void
Flush ( ) : void
PhysicalMemoryStream ( ) : System
PhysicalMemoryStream ( Mem blockStorage, DetectedProc proc ) : System
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool Disposing ) : void
Disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

PhysicalMemoryStream() public méthode

public PhysicalMemoryStream ( ) : System
Résultat System

PhysicalMemoryStream() public méthode

public PhysicalMemoryStream ( Mem blockStorage, DetectedProc proc ) : System
blockStorage Mem
proc DetectedProc
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

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

Write() public méthode

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