Searched defs:flushBefore (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/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 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 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 DImageOutputStream.java628 * <code>flushBefore</code> is called. At that time, all bit data
662 void flushBefore(long pos) throws IOException; method in interface:ImageOutputStream
H A DImageInputStream.java882 * <code>flushBefore</code> as part of a read operation.
911 * <p> Calling <code>flushBefore</code> may allow classes
924 void flushBefore(long pos) throws IOException; method in interface:ImageInputStream
929 * <code>flushBefore(getStreamPosition())</code>.
939 * <code>flushBefore</code>.
H A DImageInputStreamImpl.java812 public void flushBefore(long pos) throws IOException { method in class:ImageInputStreamImpl
825 flushBefore(getStreamPosition());

Completed in 38 milliseconds