|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ant.compress.util.DumpStreamFactory
public class DumpStreamFactory
| Constructor Summary | |
|---|---|
DumpStreamFactory()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DumpStreamFactory()
| Method Detail |
|---|
public org.apache.commons.compress.archivers.ArchiveInputStream getArchiveStream(java.io.InputStream stream,
java.lang.String encoding)
throws java.io.IOException
getArchiveStream in interface ArchiveStreamFactorystream - the stream to read from, should be bufferedencoding - the encoding of the entry names, ignored
java.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 ArchiveStreamFactorystream - the stream to write to, should be bufferedencoding - the encoding of the entry names, ignored by all
formats except tar and zip
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||