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

/openjdk10/jdk/test/javax/imageio/stream/
H A DFlushBefore.java27 * @summary Checks if flushBefore(pos) throws an IndexOutOfBoundsException if
56 ios.flushBefore(5);
57 ios.flushBefore(4);
H A DMemoryCacheImageOutputStreamTest.java84 ios.flushBefore(2*8192);
/openjdk10/jdk/src/java.desktop/share/classes/javax/imageio/stream/
H A DMemoryCacheImageOutputStream.java180 flushBefore(length);
187 public void flushBefore(long pos) throws IOException { method in class:MemoryCacheImageOutputStream
189 super.flushBefore(pos); // this will call checkClosed() for us
H A DMemoryCacheImageInputStream.java123 public void flushBefore(long pos) throws IOException { method in class:MemoryCacheImageInputStream
124 super.flushBefore(pos); // this will call checkClosed() for us
H A DFileCacheImageOutputStream.java232 flushBefore(maxStreamPos);
243 public void flushBefore(long pos) throws IOException { method in class:FileCacheImageOutputStream
245 super.flushBefore(pos); // this will call checkClosed() for us
H A DImageOutputStream.java627 * {@code flushBefore} is called. At that time, all bit data
661 void flushBefore(long pos) throws IOException; method in interface:ImageOutputStream
H A DImageInputStream.java881 * {@code flushBefore} as part of a read operation.
910 * <p> Calling {@code flushBefore} may allow classes
923 void flushBefore(long pos) throws IOException; method in interface:ImageInputStream
928 * {@code flushBefore(getStreamPosition())}.
938 * {@code flushBefore}.
H A DImageInputStreamImpl.java812 public void flushBefore(long pos) throws IOException { method in class:ImageInputStreamImpl
825 flushBefore(getStreamPosition());
/openjdk10/jdk/test/javax/imageio/spi/
H A DMarkTryFinallyReproducer.java263 public void flushBefore(long pos) throws IOException { method in class:MarkTryFinallyReproducer.NotClosingImageInputStream
264 src.flushBefore(pos);
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPImageWriter.java298 stream.flushBefore(stream.getStreamPosition());
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java270 stream.flushBefore(stream.getStreamPosition());
760 * flushBefore discards the portion of the stream before
765 stream.flushBefore(stream.getStreamPosition());
H A DPNGImageWriter.java142 stream.flushBefore(pos);
206 stream.flushBefore(pos);
209 * If flushBefore() fails we try to access startPos in finally
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageWriter.java591 stream.flushBefore(stream.getStreamPosition());
750 stream.flushBefore(stream.getStreamPosition());
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java379 iis.flushBefore(pos.longValue());
515 iis.flushBefore(pos.longValue());

Completed in 118 milliseconds