public class UnzippingFileProvider extends Object implements BatchedFileProvider
Iterator type access to the entries in a
Zipped InputStream| Constructor and Description |
|---|
UnzippingFileProvider(InputStream zippedInputStream)
Constructor
|
public UnzippingFileProvider(InputStream zippedInputStream) throws UnzipNotSupportedException
zippedInputStream - InputStream of zipped dataUnzipNotSupportedExceptionpublic boolean hasNext()
hasNext in interface Iterator<FileHandle>Iterator.hasNext()public FileHandle next()
next in interface Iterator<FileHandle>Iterator.next()public void remove()
remove in interface Iterator<FileHandle>Iterator.remove()Copyright © 2007-2017 Ikasan. All Rights Reserved.