com.atlassian.gzipfilter.util
Class FlushableGZIPOutputStreamFactory
java.lang.Object
com.atlassian.gzipfilter.util.FlushableGZIPOutputStreamFactory
public class FlushableGZIPOutputStreamFactory
- extends Object
Factory for creating flushable GZIP output streams. Easy in JDK7+, more difficult in earlier JDKs.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlushableGZIPOutputStreamFactory
public FlushableGZIPOutputStreamFactory()
makeFlushableGZIPOutputStream
public static GZIPOutputStream makeFlushableGZIPOutputStream(OutputStream out,
int bufferSize)
throws IOException
- Throws:
IOException
Copyright © 2015 Atlassian. All rights reserved.