C# Class OpenRasta.IO.Compression.GZippedStream

Inheritance: WrapperStream
Afficher le fichier Open project: Huddle/openrasta-stable Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
GZippedStream ( Stream underlyingStream ) : System.IO
Write ( byte buffer, int offset, int count ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GZippedStream() public méthode

public GZippedStream ( Stream underlyingStream ) : System.IO
underlyingStream System.IO.Stream
Résultat System.IO

Write() public méthode

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