public class ArchiveInputStreamReader extends java.lang.Object implements ArchiveReader
ArchiveInputStream that indexes and stores
each entries content.
Created by covers1624 on 19/7/20.
| Constructor and Description |
|---|
ArchiveInputStreamReader(ArchiveInputStream is,
java.lang.String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte[] |
getBytes(java.lang.String entry) |
java.util.Set<java.lang.String> |
getEntries() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadLinespublic ArchiveInputStreamReader(ArchiveInputStream is,
java.lang.String prefix)
public java.util.Set<java.lang.String> getEntries()
getEntries in interface ArchiveReaderpublic byte[] getBytes(java.lang.String entry)
getBytes in interface ArchiveReaderpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException