/dalvik/libcore/luni/src/main/java/java/io/ |
D | Closeable.java | 37 public void close() throws IOException; in close() method
|
D | OutputStream.java | 59 public void close() throws IOException { in close() method in OutputStream
|
D | ObjectOutput.java | 37 public void close() throws IOException; in close() method
|
D | ObjectInput.java | 48 public void close() throws IOException; in close() method
|
D | FilterOutputStream.java | 63 public void close() throws IOException { in close() method in FilterOutputStream
|
D | PipedOutputStream.java | 74 public void close() throws IOException { in close() method in PipedOutputStream
|
D | PipedWriter.java | 77 public void close() throws IOException { in close() method in PipedWriter
|
D | FilterWriter.java | 61 public void close() throws IOException { in close() method in FilterWriter
|
D | FilterReader.java | 61 public void close() throws IOException { in close() method in FilterReader
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
D | InterruptibleChannel.java | 56 public void close() throws IOException; in close() method
|
D | Channel.java | 67 public void close() throws IOException; in close() method
|
D | Selector.java | 80 public abstract void close() throws IOException; in close() method in Selector
|
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
D | ConsoleHandler.java | 65 public void close() { in close() method in ConsoleHandler
|
D | StreamHandler.java | 241 void close(boolean closeStream) { in close() method in StreamHandler 274 public void close() { in close() method in StreamHandler
|
D | SocketHandler.java | 155 public void close() { in close() method in SocketHandler
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/ |
D | Transmitter.java | 21 void close(); in close() method
|
D | Receiver.java | 21 void close(); in close() method
|
/dalvik/libcore/sql/src/main/java/javax/sql/ |
D | PooledConnection.java | 94 public void close() throws SQLException; in close() method
|
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
D | Impl_PooledConnection.java | 29 public void close() throws SQLException { in close() method in Impl_PooledConnection
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
D | Blob.java | 70 public void close() throws IOException { in close() method in BlobR 190 public void close() throws IOException { in close() method in BlobW 284 public native void close(); in close() method in Blob
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/ |
D | SocketOutputStream.java | 44 public void close() throws IOException { in close() method in SocketOutputStream
|
D | SocketInputStream.java | 54 public void close() throws IOException { in close() method in SocketInputStream
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/spi/ |
D | AbstractInterruptibleChannel.java | 109 public final void close() throws IOException { in close() method in AbstractInterruptibleChannel
|
/dalvik/libcore/support/src/test/java/tests/support/ |
D | Support_ASimpleOutputStream.java | 41 public void close() throws IOException { in close() method in Support_ASimpleOutputStream
|
D | Support_ASimpleInputStream.java | 48 public void close() throws IOException { in close() method in Support_ASimpleInputStream
|