Home
last modified time | relevance | path

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

123456

/libcore/luni/src/main/java/java/io/
DCloseable.java32 void close() throws IOException; in close() method
DConsole.java157 public void close() { in close() method in Console.ConsoleReader
169 public void close() { in close() method in Console.ConsoleWriter
DObjectOutput.java34 public void close() throws IOException; in close() method
DObjectInput.java44 public void close() throws IOException; in close() method
DFilterOutputStream.java58 public void close() throws IOException { in close() method in FilterOutputStream
DOutputStream.java63 public void close() throws IOException { in close() method in OutputStream
DFilterWriter.java56 public void close() throws IOException { in close() method in FilterWriter
/libcore/luni/src/main/java/java/nio/channels/
DInterruptibleChannel.java50 public void close() throws IOException; in close() method
DChannel.java56 public void close() throws IOException; in close() method
DSelector.java70 public abstract void close() throws IOException; in close() method in Selector
/libcore/luni/src/main/java/java/lang/
DAutoCloseable.java39 void close() throws Exception; in close() method
/libcore/luni/src/main/java/java/util/logging/
DConsoleHandler.java57 public void close() { in close() method in ConsoleHandler
DStreamHandler.java215 void close(boolean closeStream) { in close() method in StreamHandler
242 public void close() { in close() method in StreamHandler
DSocketHandler.java130 public void close() { in close() method in SocketHandler
/libcore/support/src/test/java/org/apache/harmony/testframework/
DWrapperTester.java195 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
DCharWrapperTester.java198 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/
DBrokenInputStream.java51 public void close() throws IOException { in close() method in BrokenInputStream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DWriterTest.java83 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/
DPooledConnection.java85 public void close() throws SQLException; in close() method
/libcore/luni/src/main/java/java/nio/channels/spi/
DAbstractInterruptibleChannel.java75 @Override public final void close() throws IOException { in close() method in AbstractInterruptibleChannel
/libcore/support/src/test/java/tests/net/
DStuckServer.java77 public void close() throws IOException { in close() method in StuckServer
/libcore/luni/src/main/java/libcore/io/
DMemoryMappedFile.java66 public synchronized void close() throws ErrnoException { in close() method in MemoryMappedFile
/libcore/luni/src/main/java/javax/crypto/
DCipherOutputStream.java123 public void close() throws IOException { in close() method in CipherOutputStream
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldXMLFormatterTest.java70 public void close() {} in close() method in OldXMLFormatterTest.MockHandler
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLSessions.java61 public void close() { in close() method in TestSSLSessions

123456