com.jcraft.jzlib
Class GZIPOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.jcraft.jzlib.DeflaterOutputStream
com.jcraft.jzlib.GZIPOutputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
public class GZIPOutputStream
- extends DeflaterOutputStream
Fields inherited from class java.io.FilterOutputStream |
out |
Methods inherited from class com.jcraft.jzlib.DeflaterOutputStream |
close, deflate, finish, flush, getDeflater, getSyncFlush, getTotalIn, getTotalOut, setSyncFlush, write, write |
Methods inherited from class java.io.FilterOutputStream |
write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GZIPOutputStream
public GZIPOutputStream(java.io.OutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
GZIPOutputStream
public GZIPOutputStream(java.io.OutputStream out,
int size)
throws java.io.IOException
- Throws:
java.io.IOException
GZIPOutputStream
public GZIPOutputStream(java.io.OutputStream out,
int size,
boolean close_out)
throws java.io.IOException
- Throws:
java.io.IOException
GZIPOutputStream
public GZIPOutputStream(java.io.OutputStream out,
Deflater deflater,
int size,
boolean close_out)
throws java.io.IOException
- Throws:
java.io.IOException
setModifiedTime
public void setModifiedTime(long mtime)
throws GZIPException
- Throws:
GZIPException
setOS
public void setOS(int os)
throws GZIPException
- Throws:
GZIPException
setName
public void setName(java.lang.String name)
throws GZIPException
- Throws:
GZIPException
setComment
public void setComment(java.lang.String comment)
throws GZIPException
- Throws:
GZIPException
getCRC
public long getCRC()
throws GZIPException
- Throws:
GZIPException
Copyright © 2013. All Rights Reserved.