Searched refs:initCodeSize (Results 1 – 1 of 1) sorted by relevance
18 private int initCodeSize; field in LZWEncoder117 initCodeSize = Math.max(2, color_depth); in LZWEncoder()218 os.write(initCodeSize); // write "initial code size" byte in encode()223 compress(initCodeSize + 1, os); // compress and write the pixel data in encode()