Searched defs:lenByte (Results 1 – 2 of 2) sorted by relevance
151 int lenByte = data[dataPos++] & 0xff; in parseLength() local181 int lenByte = data[dataPos++] & 0xff; in writeLengthAndValue() local
583 static int getLength(int lenByte, InputStream in) throws IOException { in getLength()