public class TGZIPOutputStream extends TDeflaterOutputStream
Modifier and Type | Field and Description |
---|---|
protected TCRC32 |
crc |
buf, def
out
Constructor and Description |
---|
TGZIPOutputStream(OutputStream os) |
TGZIPOutputStream(OutputStream os,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
void |
flush() |
void |
write(byte[] buffer,
int off,
int nbytes) |
close, deflate, write
write
protected TCRC32 crc
public TGZIPOutputStream(OutputStream os) throws IOException
IOException
public TGZIPOutputStream(OutputStream os, int size) throws IOException
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class FilterOutputStream
IOException
public void finish() throws IOException
finish
in class TDeflaterOutputStream
IOException
public void write(byte[] buffer, int off, int nbytes) throws IOException
write
in class TDeflaterOutputStream
IOException
Copyright © 2019. All rights reserved.