|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ant.compress.util.BZip2StreamFactory
public class BZip2StreamFactory
Creates streams for the supported compression formats.
Constructor Summary | |
---|---|
BZip2StreamFactory()
|
Method Summary | |
---|---|
org.apache.commons.compress.compressors.CompressorInputStream |
getCompressorStream(java.io.InputStream stream)
|
org.apache.commons.compress.compressors.CompressorOutputStream |
getCompressorStream(java.io.OutputStream stream)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BZip2StreamFactory()
Method Detail |
---|
public org.apache.commons.compress.compressors.CompressorInputStream getCompressorStream(java.io.InputStream stream) throws java.io.IOException
getCompressorStream
in interface CompressorStreamFactory
stream
- the stream to read from, should be buffered
java.io.IOException
public org.apache.commons.compress.compressors.CompressorOutputStream getCompressorStream(java.io.OutputStream stream) throws java.io.IOException
getCompressorStream
in interface CompressorStreamFactory
stream
- the stream to write to, should be buffered
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |