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

/openjdk7/jdk/src/share/classes/com/sun/imageio/stream/
H A DStreamCloser.java41 * explicitly without removal from StreamCloser queue.
44 public class StreamCloser { class
50 synchronized (StreamCloser.class) {
62 synchronized (StreamCloser.class) {
110 synchronized (StreamCloser.class) {
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DFileCacheImageInputStream.java33 import com.sun.imageio.stream.StreamCloser;
67 * the StreamCloser's shutdown hook */
68 private final StreamCloser.CloseAction closeAction;
108 this.closeAction = StreamCloser.createCloseAction(this);
109 StreamCloser.addToQueue(closeAction);
255 StreamCloser.removeFromQueue(closeAction);
289 // Note: Explicit removal of the stream from the StreamCloser
H A DFileCacheImageOutputStream.java33 import com.sun.imageio.stream.StreamCloser;
53 * the StreamCloser's shutdown hook */
54 private final StreamCloser.CloseAction closeAction;
94 this.closeAction = StreamCloser.createCloseAction(this);
95 StreamCloser.addToQueue(closeAction);
240 StreamCloser.removeFromQueue(closeAction);

Completed in 194 milliseconds