Searched refs:typesStart (Results 1 – 1 of 1) sorted by relevance
135 int typesStart, int typesEnd, int bytesInBlock) throws IOException { in writeTypeBlock() argument136 final int blockNumber = mTypes[typesStart] / 256; in writeTypeBlock()138 for (int i = typesStart; i <= typesEnd; i++) { in writeTypeBlock()