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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAdaptiveCoding.java41 int headLength; field in class:AdaptiveCoding
44 public AdaptiveCoding(int headLength, CodingMethod headCoding, CodingMethod tailCoding) { argument
45 assert(isCodableLength(headLength));
46 this.headLength = headLength;
54 public void setHeadLength(int headLength) { argument
55 assert(isCodableLength(headLength));
56 this.headLength = headLength;
73 int mid = start+run.headLength;
[all...]
H A DPopulationCoding.java321 int len = ac.headLength;

Completed in 30 milliseconds