Searched defs:close (Results 101 - 125 of 582) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DDatagramDispatcher.java58 void close(FileDescriptor fd) throws IOException { method in class:DatagramDispatcher
/openjdk7/jdk/test/java/io/BufferedInputStream/
H A DFill.java66 public void close() throws IOException { method in class:Fill.Source
/openjdk7/jdk/test/java/io/BufferedReader/
H A DFill.java62 public void close() throws IOException { method in class:Fill.Source
H A DReadLine.java144 public void close() {} method in class:ReadLine.BoundedReader
H A DReady.java95 public void close() {} method in class:Ready.BoundedReader
/openjdk7/jdk/test/java/io/Writer/
H A DWriteFromString.java117 public void close(){ } method in class:LocalStringWriter
/openjdk7/jdk/test/java/io/charStreams/
H A DABCInputStream.java87 public void close() throws IOException { method in class:ABCInputStream
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DCloseableURLClassLoader.java67 public void close() throws IOException { method in class:CloseableURLClassLoader
75 jar.close();
80 IOException e = new IOException("cannot close class loader");
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipDirectoryStream.java112 public synchronized void close() throws IOException { method in class:ZipDirectoryStream
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DAppOutputStream.java140 * Socket close is already synchronized, no need to block here.
142 public void close() throws IOException { method in class:AppOutputStream
143 c.close();
/openjdk7/jdk/test/java/rmi/transport/closeServerSocket/
H A DCloseServerSocket.java92 ss.close();
119 public void close() throws IOException { method in class:CloseServerSocket.SSF.SS
125 super.close();
/openjdk7/jdk/test/java/util/Formatter/
H A DClose.java27 * @summary Basic tests for close().
45 public void close() { method in class:Close.C
57 // method coincidentally called close()
58 public void close() { method in class:Close.NC
59 throw new RuntimeException("NC.close should not be called");
65 // C.close() called since C implements Closeable
67 f.close();
68 throw new RuntimeException("C.close not called");
70 System.out.println(" C.close called");
73 // NC.close() no
[all...]
H A DFlush.java45 public void close() {} method in class:Flush.F
58 public void close() {} method in class:Flush.NF
84 // flush() after close() throws a FormatterClosedException
85 f.close();
/openjdk7/jdk/test/javax/imageio/stream/StreamCloserLeak/testapp/
H A DMain.java84 public void close() throws IOException { method in class:Main.MyImageInputStream
92 super.close();
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftChannel/
H A DSoftTestUtils.java80 public void close() throws Exception { method in class:SoftTestUtils
81 stream.close();
83 synth.close();
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftReceiver/
H A DSoftTestUtils.java80 public void close() throws Exception { method in class:SoftTestUtils
81 stream.close();
83 synth.close();
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DFixedLengthOutputStream.java38 * normal close() does not close the underlying stream
82 public void close () throws IOException { method in class:FixedLengthOutputStream
88 t.close();
96 is.close();
H A DUndefLengthOutputStream.java64 public void close () throws IOException { method in class:UndefLengthOutputStream
73 is.close();
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DHttpCaptureInputStream.java51 public void close() throws IOException { method in class:HttpCaptureInputStream
56 super.close();
H A DPosterOutputStream.java36 * when close() is called, it is no longer possible to write
98 * After close() has been called, it is no longer possible to write
101 public synchronized void close() throws IOException { method in class:PosterOutputStream
103 super.close ();
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DChannelInputStream.java122 public void close() throws IOException { method in class:ChannelInputStream
123 ch.close();
/openjdk7/jdk/src/share/classes/sun/rmi/log/
H A DLogInputStream.java124 public void close() { method in class:LogInputStream
132 close();
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DConnection.java58 public void close() throws IOException; method in interface:Connection
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpReceiveSocket.java115 public synchronized void close() throws IOException method in class:HttpReceiveSocket
117 getOutputStream().close(); // make sure response is sent
118 socket.close();
H A DHttpSendOutputStream.java100 public void close() throws IOException method in class:HttpSendOutputStream
103 owner.close();

Completed in 105 milliseconds

1234567891011>>