Searched refs:bitmapLength (Results 1 – 1 of 1) sorted by relevance
80 final int bitmapLength = reader.readUInt8(); in readTypes() local81 if (bitmapLength > 32 || bitmapLength <= 0) { in readTypes()82 throw new IOException("Invalid bitmap length: " + bitmapLength); in readTypes()84 final byte[] bitmap = new byte[bitmapLength]; in readTypes()