org.apache.ant.compress.util
Class CpioStreamFactory

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

public class CpioStreamFactory
extends java.lang.Object
implements ArchiveStreamFactory


Constructor Summary
CpioStreamFactory()
           
 
Method Summary
 ArchiveInputStream getArchiveStream(java.io.InputStream stream, java.lang.String encoding)
           
 ArchiveOutputStream getArchiveStream(java.io.OutputStream stream, java.lang.String encoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CpioStreamFactory

public CpioStreamFactory()
Method Detail

getArchiveStream

public 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 ArchiveOutputStream getArchiveStream(java.io.OutputStream stream,
                                            java.lang.String encoding)
                                     throws java.io.IOException
Specified by:
getArchiveStream in interface ArchiveStreamFactory
Parameters:
stream - the stream to write to, should be buffered
encoding - the encoding of the entry names, ignored
Throws:
java.io.IOException