C# Class OpenRasta.IO.Compression.GZippedStream

Inheritance: WrapperStream
Mostra file Open project: Huddle/openrasta-stable Class Usage Examples

Public Methods

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

Method Details

Close() public method

public Close ( ) : void
return void

GZippedStream() public method

public GZippedStream ( Stream underlyingStream ) : System.IO
underlyingStream System.IO.Stream
return System.IO

Write() public method

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