Searched refs:CHUNK_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance
34 static final int CHUNK_HDR_SIZE = 12; field in SparseInputStream71 ByteBuffer buf = readBuffer(in, CHUNK_HDR_SIZE); in readChunk()107 if (buf.getShort() != CHUNK_HDR_SIZE) { in SparseInputStream()