public class DumpStreamFactory extends java.lang.Object implements ArchiveStreamFactory
Constructor and Description |
---|
DumpStreamFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.compress.archivers.ArchiveInputStream |
getArchiveStream(java.io.InputStream stream,
java.lang.String encoding) |
org.apache.commons.compress.archivers.ArchiveOutputStream |
getArchiveStream(java.io.OutputStream stream,
java.lang.String encoding)
Not implemented.
|
public org.apache.commons.compress.archivers.ArchiveInputStream getArchiveStream(java.io.InputStream stream, java.lang.String encoding) throws java.io.IOException
getArchiveStream
in interface ArchiveStreamFactory
stream
- the stream to read from, should be bufferedencoding
- the encoding of the entry namesjava.io.IOException
public org.apache.commons.compress.archivers.ArchiveOutputStream getArchiveStream(java.io.OutputStream stream, java.lang.String encoding) throws java.io.IOException
getArchiveStream
in interface ArchiveStreamFactory
stream
- the stream to write to, should be bufferedencoding
- the encoding of the entry names, ignored by all
formats except cpio, tar and zipjava.io.IOException