Summary description for DeflaterOutputStream.
More...
Summary description for DeflaterOutputStream.
◆ ZDeflaterOutputStream() [1/3]
| System.util.zlib.ZDeflaterOutputStream.ZDeflaterOutputStream |
( |
Stream |
outp | ) |
|
◆ ZDeflaterOutputStream() [2/3]
| System.util.zlib.ZDeflaterOutputStream.ZDeflaterOutputStream |
( |
Stream |
outp, |
|
|
int |
level |
|
) |
| |
◆ ZDeflaterOutputStream() [3/3]
| System.util.zlib.ZDeflaterOutputStream.ZDeflaterOutputStream |
( |
Stream |
outp, |
|
|
int |
level, |
|
|
bool |
nowrap |
|
) |
| |
◆ Close()
| override void System.util.zlib.ZDeflaterOutputStream.Close |
( |
| ) |
|
◆ End()
| void System.util.zlib.ZDeflaterOutputStream.End |
( |
| ) |
|
◆ Finish()
| void System.util.zlib.ZDeflaterOutputStream.Finish |
( |
| ) |
|
◆ Flush()
| override void System.util.zlib.ZDeflaterOutputStream.Flush |
( |
| ) |
|
◆ Read()
| override int System.util.zlib.ZDeflaterOutputStream.Read |
( |
byte[] |
buffer, |
|
|
int |
offset, |
|
|
int |
count |
|
) |
| |
◆ Seek()
| override long System.util.zlib.ZDeflaterOutputStream.Seek |
( |
long |
offset, |
|
|
SeekOrigin |
origin |
|
) |
| |
◆ SetLength()
| override void System.util.zlib.ZDeflaterOutputStream.SetLength |
( |
long |
value | ) |
|
◆ Write()
| override void System.util.zlib.ZDeflaterOutputStream.Write |
( |
byte[] |
b, |
|
|
int |
off, |
|
|
int |
len |
|
) |
| |
◆ WriteByte()
| override void System.util.zlib.ZDeflaterOutputStream.WriteByte |
( |
byte |
b | ) |
|
◆ buf
| byte [] System.util.zlib.ZDeflaterOutputStream.buf =new byte[BUFSIZE] |
|
protected |
◆ flushLevel
◆ outp
| Stream System.util.zlib.ZDeflaterOutputStream.outp |
|
protected |
◆ CanRead
| override bool System.util.zlib.ZDeflaterOutputStream.CanRead |
|
get |
◆ CanSeek
| override bool System.util.zlib.ZDeflaterOutputStream.CanSeek |
|
get |
◆ CanWrite
| override bool System.util.zlib.ZDeflaterOutputStream.CanWrite |
|
get |
◆ Length
| override long System.util.zlib.ZDeflaterOutputStream.Length |
|
get |
◆ Position
| override long System.util.zlib.ZDeflaterOutputStream.Position |
|
getset |
The documentation for this class was generated from the following file: