C# Class Malt.Reporting.OutputMemoryStream

Memory stream of write-only
Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: oldrev/maltreport

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

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

OutputMemoryStream() public méthode

public OutputMemoryStream ( string name, byte[]>.IDictionary entries ) : System
name string
entries byte[]>.IDictionary
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

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