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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java161 * @param skipHead is the number of bytes at the start of the expanded code to
162 * be skipped before data is written to buf. It is possible that skipHead is
169 public int expandCode(byte[] buf, int offset, short code, int skipHead) { argument
171 if (skipHead == 1) {
172 skipHead = 0;
176 skipHead == strLen[code]) // DONE no more unpacked
182 int codeLen = strLen[code] - skipHead; // length of expanded code left

Completed in 30 milliseconds