/libcore/luni/src/main/java/java/io/ |
D | Closeable.java | 32 void close() throws IOException; in close() method
|
D | Console.java | 157 public void close() { in close() method in Console.ConsoleReader 169 public void close() { in close() method in Console.ConsoleWriter
|
D | ObjectOutput.java | 34 public void close() throws IOException; in close() method
|
D | ObjectInput.java | 44 public void close() throws IOException; in close() method
|
D | FilterOutputStream.java | 58 public void close() throws IOException { in close() method in FilterOutputStream
|
D | OutputStream.java | 63 public void close() throws IOException { in close() method in OutputStream
|
D | FilterWriter.java | 56 public void close() throws IOException { in close() method in FilterWriter
|
/libcore/luni/src/main/java/java/nio/channels/ |
D | InterruptibleChannel.java | 50 public void close() throws IOException; in close() method
|
D | Channel.java | 56 public void close() throws IOException; in close() method
|
D | Selector.java | 70 public abstract void close() throws IOException; in close() method in Selector
|
/libcore/luni/src/main/java/java/lang/ |
D | AutoCloseable.java | 39 void close() throws Exception; in close() method
|
/libcore/luni/src/main/java/java/util/logging/ |
D | ConsoleHandler.java | 57 public void close() { in close() method in ConsoleHandler
|
D | StreamHandler.java | 215 void close(boolean closeStream) { in close() method in StreamHandler 242 public void close() { in close() method in StreamHandler
|
D | SocketHandler.java | 130 public void close() { in close() method in SocketHandler
|
/libcore/support/src/test/java/org/apache/harmony/testframework/ |
D | WrapperTester.java | 195 public void close() throws IOException { in close() method in WrapperTester.ClosableByteArrayOutputStream 220 public void close() throws IOException { in close() method in WrapperTester.FailOnFlushOutputStream 238 public void close() throws IOException { in close() method in WrapperTester.FailOnCloseOutputStream
|
D | CharWrapperTester.java | 198 public void close() throws IOException { in close() method in CharWrapperTester.ClosableStringWriter 227 public void close() throws IOException { in close() method in CharWrapperTester.FailOnFlushWriter 253 public void close() throws IOException { in close() method in CharWrapperTester.FailOnCloseWriter
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
D | BrokenInputStream.java | 51 public void close() throws IOException { in close() method in BrokenInputStream
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | WriterTest.java | 83 public synchronized void close() throws IOException { in close() method in WriterTest.MockLockWriter 112 public synchronized void close() throws IOException { in close() method in WriterTest.MockWriter
|
/libcore/luni/src/main/java/javax/sql/ |
D | PooledConnection.java | 85 public void close() throws SQLException; in close() method
|
/libcore/luni/src/main/java/java/nio/channels/spi/ |
D | AbstractInterruptibleChannel.java | 75 @Override public final void close() throws IOException { in close() method in AbstractInterruptibleChannel
|
/libcore/support/src/test/java/tests/net/ |
D | StuckServer.java | 77 public void close() throws IOException { in close() method in StuckServer
|
/libcore/luni/src/main/java/libcore/io/ |
D | MemoryMappedFile.java | 66 public synchronized void close() throws ErrnoException { in close() method in MemoryMappedFile
|
/libcore/luni/src/main/java/javax/crypto/ |
D | CipherOutputStream.java | 123 public void close() throws IOException { in close() method in CipherOutputStream
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldXMLFormatterTest.java | 70 public void close() {} in close() method in OldXMLFormatterTest.MockHandler
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
D | TestSSLSessions.java | 61 public void close() { in close() method in TestSSLSessions
|