org.fuin.utils4j
Interface Utils4J.UnzipInputStreamWrapper

Enclosing class:
Utils4J

public static interface Utils4J.UnzipInputStreamWrapper

Wraps a given input stream into another one an returns it.


Method Summary
 java.io.InputStream wrapInputStream(java.io.InputStream in, java.util.zip.ZipEntry entry, java.io.File destFile)
          Wraps the input stream into another one.
 

Method Detail

wrapInputStream

java.io.InputStream wrapInputStream(java.io.InputStream in,
                                    java.util.zip.ZipEntry entry,
                                    java.io.File destFile)
Wraps the input stream into another one.

Parameters:
in - Stream to create a wrapping stream for.
entry - Zip entry the input stream is reading.
destFile - Destination file.
Returns:
Wrapped input stream.


Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.