Home | History | Annotate | Download | only in zip

Lines Matching defs:CSIZE

32     private static final ZipEightByteInteger CSIZE =
43 new Zip64ExtendedInformationExtraField(SIZE, CSIZE);
53 new Zip64ExtendedInformationExtraField(SIZE, CSIZE, OFF, null);
64 new Zip64ExtendedInformationExtraField(SIZE, CSIZE, OFF, DISK);
76 new Zip64ExtendedInformationExtraField(SIZE, CSIZE, null, DISK);
90 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8);
93 assertEquals(CSIZE, f.getCompressedSize());
104 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8);
108 assertEquals(CSIZE, f.getCompressedSize());
119 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8);
124 assertEquals(CSIZE, f.getCompressedSize());
135 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8);
139 assertEquals(CSIZE, f.getCompressedSize());
150 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8);
155 assertEquals(CSIZE, f.getCompressedSize());
166 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8);
170 assertEquals(CSIZE, f.getCompressedSize());