Searched refs:offsetInfo (Results 1 – 1 of 1) sorted by relevance
71 final OffsetInfo offsetInfo = findOffsetInfo(openTypeReader); in read() local73 openTypeReader.skip((int) (offsetInfo.getStartOffset() - openTypeReader.getPosition())); in read()75 final ByteBuffer buffer = ByteBuffer.allocate((int) offsetInfo.getLength()); in read()77 if (numRead != offsetInfo.getLength()) { in read()78 throw new IOException("Needed " + offsetInfo.getLength() + " bytes, got " + numRead); in read()92 final OffsetInfo offsetInfo = findOffsetInfo(reader); in read() local94 newBuffer.position((int) offsetInfo.getStartOffset()); in read()