public class ZipFileFileGroup extends FileGroup<ZipBinary.ZipNode>
fileExtensions, name| Constructor and Description |
|---|
ZipFileFileGroup(ZipNodeCollection zipNode,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected ZipBinary.ZipNode |
createSubFile(java.lang.String fileName) |
protected java.util.stream.Stream<java.lang.String> |
listFileName() |
protected java.io.InputStream |
open(ZipBinary.ZipNode subFile) |
buildField, fileName, getFile, iterator, list, registerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ZipFileFileGroup(ZipNodeCollection zipNode, java.lang.String name)
protected java.io.InputStream open(ZipBinary.ZipNode subFile)
open in class FileGroup<ZipBinary.ZipNode>protected ZipBinary.ZipNode createSubFile(java.lang.String fileName)
createSubFile in class FileGroup<ZipBinary.ZipNode>protected java.util.stream.Stream<java.lang.String> listFileName()
listFileName in class FileGroup<ZipBinary.ZipNode>