com.sun.tools.javac.file
Class ZipFileIndex.ZipDirectory
java.lang.Object
com.sun.tools.javac.file.ZipFileIndex.ZipDirectory
- Enclosing class:
- ZipFileIndex
private class ZipFileIndex.ZipDirectory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lastDir
private RelativePath.RelativeDirectory lastDir
lastStart
private int lastStart
lastLen
private int lastLen
zipDir
byte[] zipDir
zipRandomFile
java.io.RandomAccessFile zipRandomFile
zipFileIndex
ZipFileIndex zipFileIndex
ZipFileIndex.ZipDirectory
public ZipFileIndex.ZipDirectory(java.io.RandomAccessFile zipRandomFile,
long start,
long end,
ZipFileIndex index)
throws java.io.IOException
- Throws:
java.io.IOException
findCENRecord
private void findCENRecord(long start,
long end)
throws java.io.IOException
- Throws:
java.io.IOException
buildIndex
private void buildIndex()
throws java.io.IOException
- Throws:
java.io.IOException
readEntry
private int readEntry(int pos,
java.util.List<ZipFileIndex.Entry> entryList,
java.util.Map<RelativePath.RelativeDirectory,ZipFileIndex.DirectoryEntry> directories)
throws java.io.IOException
- Throws:
java.io.IOException