org.apache.ant.compress.util
Class DumpStreamFactory

java.lang.Object
  extended by org.apache.ant.compress.util.DumpStreamFactory
All Implemented Interfaces:
ArchiveStreamFactory

public class DumpStreamFactory
extends java.lang.Object
implements ArchiveStreamFactory

Since:
Apache Compress Antlib 1.1

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

DumpStreamFactory

public DumpStreamFactory()
Method Detail

getArchiveStream

public org.apache.commons.compress.archivers.ArchiveInputStream getArchiveStream(java.io.InputStream stream,
                                                                                 java.lang.String encoding)
                                                                          throws java.io.IOException
Specified by:
getArchiveStream in interface ArchiveStreamFactory
Parameters:
stream - the stream to read from, should be buffered
encoding - the encoding of the entry names, ignored
Throws:
java.io.IOException

getArchiveStream

public org.apache.commons.compress.archivers.ArchiveOutputStream getArchiveStream(java.io.OutputStream stream,
                                                                                  java.lang.String encoding)
                                                                           throws java.io.IOException
Not implemented.

Specified by:
getArchiveStream in interface ArchiveStreamFactory
Parameters:
stream - the stream to write to, should be buffered
encoding - the encoding of the entry names, ignored by all formats except tar and zip
Throws:
java.io.IOException