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.
wrapInputStream
InputStream wrapInputStream(InputStream in,
ZipEntry entry,
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 © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.