Home
last modified time | relevance | path

Searched defs:close (Results 1 – 25 of 138) sorted by relevance

123456

/dalvik/libcore/luni/src/main/java/java/io/
DCloseable.java37 public void close() throws IOException; in close() method
DOutputStream.java59 public void close() throws IOException { in close() method in OutputStream
DObjectOutput.java37 public void close() throws IOException; in close() method
DObjectInput.java48 public void close() throws IOException; in close() method
DFilterOutputStream.java63 public void close() throws IOException { in close() method in FilterOutputStream
DPipedOutputStream.java74 public void close() throws IOException { in close() method in PipedOutputStream
DPipedWriter.java77 public void close() throws IOException { in close() method in PipedWriter
DFilterWriter.java61 public void close() throws IOException { in close() method in FilterWriter
DFilterReader.java61 public void close() throws IOException { in close() method in FilterReader
/dalvik/libcore/nio/src/main/java/java/nio/channels/
DInterruptibleChannel.java56 public void close() throws IOException; in close() method
DChannel.java67 public void close() throws IOException; in close() method
DSelector.java80 public abstract void close() throws IOException; in close() method in Selector
/dalvik/libcore/logging/src/main/java/java/util/logging/
DConsoleHandler.java65 public void close() { in close() method in ConsoleHandler
DStreamHandler.java241 void close(boolean closeStream) { in close() method in StreamHandler
274 public void close() { in close() method in StreamHandler
DSocketHandler.java155 public void close() { in close() method in SocketHandler
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
DTransmitter.java21 void close(); in close() method
DReceiver.java21 void close(); in close() method
/dalvik/libcore/sql/src/main/java/javax/sql/
DPooledConnection.java94 public void close() throws SQLException; in close() method
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_PooledConnection.java29 public void close() throws SQLException { in close() method in Impl_PooledConnection
/dalvik/libcore/sql/src/main/java/SQLite/
DBlob.java70 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/
DSocketOutputStream.java44 public void close() throws IOException { in close() method in SocketOutputStream
DSocketInputStream.java54 public void close() throws IOException { in close() method in SocketInputStream
/dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
DAbstractInterruptibleChannel.java109 public final void close() throws IOException { in close() method in AbstractInterruptibleChannel
/dalvik/libcore/support/src/test/java/tests/support/
DSupport_ASimpleOutputStream.java41 public void close() throws IOException { in close() method in Support_ASimpleOutputStream
DSupport_ASimpleInputStream.java48 public void close() throws IOException { in close() method in Support_ASimpleInputStream

123456