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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGBuffer.java86 void loadBuf(int count) throws IOException { method in class:JPEGBuffer
214 loadBuf(0);
H A DMarkerSegment.java58 buffer.loadBuf(3); // tag plus length
66 buffer.loadBuf(length);
H A DJPEGMetadata.java155 buffer.loadBuf(0);
171 buffer.loadBuf(1);
205 buffer.loadBuf(8); // tag, length, id
258 buffer.loadBuf(15); // tag, length, id
293 buffer.loadBuf(8); // tag, length, id
H A DJPEGImageReader.java414 buffer.loadBuf(0);
441 buffer.loadBuf(2);
H A DJFIFMarkerSegment.java670 buffer.loadBuf(2);

Completed in 45 milliseconds