C# Class Malt.Reporting.OutputMemoryStream

Memory stream of write-only
Inheritance: System.IO.MemoryStream
Show file Open project: oldrev/maltreport

Public Methods

Method Description
OutputMemoryStream ( string name, byte[]>.IDictionary entries ) : System
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
Seek ( long offset, SeekOrigin loc ) : long

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OutputMemoryStream() public method

public OutputMemoryStream ( string name, byte[]>.IDictionary entries ) : System
name string
entries byte[]>.IDictionary
return System

Read() public method

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

ReadByte() public method

public ReadByte ( ) : int
return int

Seek() public method

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