Searched defs:lenByte (Results 1 – 3 of 3) sorted by relevance
151 int lenByte = data[dataPos++] & 0xff; in parseLength() local187 int lenByte = data[dataPos++] & 0xff; in writeLengthAndValue() local
624 static int getLength(int lenByte, InputStream in) throws IOException { in getLength()
208 static int getLength(int lenByte, java.io.InputStream in) throws java.io.IOException { in getLength()