Searched refs:metaCoding (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java518 private byte[] metaCoding; field in class:BandStructure.ValueBand
613 metaCoding = bandCoding.getMetaCoding(regularCoding);
620 metaCoding = defaultMetaCoding;
623 metaCoding = noMetaCoding;
625 if (metaCoding.length > 0
626 && (verbose > 2 || verbose > 1 && metaCoding.length > 1)) {
628 for (int i = 0; i < metaCoding.length; i++) {
630 sb.append(" ").append(metaCoding[i] & 0xFF);
646 if (metaCoding.length > 0) {
653 for (int i = 1; i < metaCoding
[all...]

Completed in 33 milliseconds