C# Class inVtero.net.PhysicalMemoryStream

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

Public Methods

Method 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 method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool Disposing ) : void
Disposing bool
return void

Flush() public method

public Flush ( ) : void
return void

PhysicalMemoryStream() public method

public PhysicalMemoryStream ( ) : System
return System

PhysicalMemoryStream() public method

public PhysicalMemoryStream ( Mem blockStorage, DetectedProc proc ) : System
blockStorage Mem
proc DetectedProc
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void