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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java1229 IntBand newIntBand(String name) { method in class:BandStructure.MultiBand
1234 IntBand newIntBand(String name, Coding regularCoding) { method in class:BandStructure.MultiBand
1420 IntBand archive_header_0 = all_bands.newIntBand("archive_header_0", UNSIGNED5);
1421 IntBand archive_header_S = all_bands.newIntBand("archive_header_S", UNSIGNED5);
1422 IntBand archive_header_1 = all_bands.newIntBand("archive_header_1", UNSIGNED5);
1427 IntBand cp_Utf8_prefix = cp_bands.newIntBand("cp_Utf8_prefix");
1428 IntBand cp_Utf8_suffix = cp_bands.newIntBand("cp_Utf8_suffix", UNSIGNED5);
1429 IntBand cp_Utf8_chars = cp_bands.newIntBand("cp_Utf8_chars", CHAR3);
1430 IntBand cp_Utf8_big_suffix = cp_bands.newIntBand("cp_Utf8_big_suffix");
1432 IntBand cp_Int = cp_bands.newIntBand("cp_In
[all...]

Completed in 790 milliseconds