C# Class System.util.zlib.ZOutputStream

Inheritance: Stream
Mostra file Open project: nonorganic/dssnet

Protected Properties

Property Type Description
buf byte[]
buf1 byte[]
closed bool
compress bool
flushLevel int
output Stream
z ZStream

Public Methods

Method Description
Close ( ) : void
End ( ) : void
Finish ( ) : void
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte b, int off, int len ) : void
WriteByte ( byte b ) : void
ZOutputStream ( Stream output ) : System
ZOutputStream ( Stream output, int level ) : System
ZOutputStream ( Stream output, int level, bool nowrap ) : System

Method Details

Close() public method

public Close ( ) : void
return void

End() public method

public End ( ) : void
return void

Finish() public method

public Finish ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Read() public final method

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

Seek() public final method

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

SetLength() public final method

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

Write() public method

public Write ( byte b, int off, int len ) : void
b byte
off int
len int
return void

WriteByte() public method

public WriteByte ( byte b ) : void
b byte
return void

ZOutputStream() public method

public ZOutputStream ( Stream output ) : System
output Stream
return System

ZOutputStream() public method

public ZOutputStream ( Stream output, int level ) : System
output Stream
level int
return System

ZOutputStream() public method

public ZOutputStream ( Stream output, int level, bool nowrap ) : System
output Stream
level int
nowrap bool
return System

Property Details

buf protected_oe property

protected byte[] buf
return byte[]

buf1 protected_oe property

protected byte[] buf1
return byte[]

closed protected_oe property

protected bool closed
return bool

compress protected_oe property

protected bool compress
return bool

flushLevel protected_oe property

protected int flushLevel
return int

output protected_oe property

protected Stream output
return Stream

z protected_oe property

protected ZStream,System.util.zlib z
return ZStream