Searched refs:getCacheBlock (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DMemoryCache.java70 private byte[] getCacheBlock(long blockNum) throws IOException { method in class:MemoryCache
98 buf = getCacheBlock(length/BUFFER_LENGTH);
165 byte[] buf = getCacheBlock(bufIndex++);
168 buf = getCacheBlock(bufIndex++);
230 byte[] buf = getCacheBlock(pos/BUFFER_LENGTH);
264 byte[] buf = getCacheBlock(pos/BUFFER_LENGTH);
288 byte[] buf = getCacheBlock(pos/BUFFER_LENGTH);
326 byte[] buf = getCacheBlock(index++);

Completed in 27 milliseconds