Searched defs:disk (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java1708 writeInt(os, 0); // number of this disk
1709 writeInt(os, 0); // central directory start disk
1710 writeLong(os, centot); // number of directory entires on disk
1717 writeInt(os, 0); // zip64 END start disk
1722 writeShort(os, 0); // number of this disk
1723 writeShort(os, 0); // central directory start disk
1724 writeShort(os, count); // number of directory entries on disk
1811 int disk; field in class:ZipFileSystem.Entry
1845 this.disk = e.disk;
[all...]

Completed in 68 milliseconds