Searched defs:close (Results 126 - 150 of 582) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSocketDispatcher.java54 void close(FileDescriptor fd) throws IOException { method in class:SocketDispatcher
/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DResourceInterface.java47 void close() throws E1; method in interface:ResourceInterface.C1
51 void close() throws E2; method in interface:ResourceInterface.C2
55 void close() throws E2, E1; method in interface:ResourceInterface.C3
/openjdk7/langtools/test/tools/javac/multicatch/
H A DPos10.java40 throw new RuntimeException("Unexpected close execution: " +
85 public void close() { method in class:Pos10.SonException
99 public void close() { method in class:Pos10.DaughterException
/openjdk7/langtools/test/tools/javac/processing/model/element/
H A DTestResourceElement.java62 public void close() {} method in class:TestResourceElement
H A DTestResourceVariable.java73 public void close() {} method in class:TestResourceVariable
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/output/
H A DStringOutputBuffer.java37 public String close() { method in class:StringOutputBuffer
H A DWriterOutputBuffer.java58 public String close() { method in class:WriterOutputBuffer
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DWriterChain.java41 * close()
68 public void close() throws IOException; method in interface:WriterChain
H A DWriterToASCI.java134 public void close() throws java.io.IOException method in class:WriterToASCI
136 m_os.close();
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DUTF8OutputStreamWriter.java141 public void close() throws IOException { method in class:UTF8OutputStreamWriter
143 throw new IllegalStateException("Attempting to close a UTF8OutputStreamWriter"
146 out.close();
/openjdk7/jaxp/src/javax/xml/stream/
H A DXMLEventWriter.java64 public void close() throws XMLStreamException; method in interface:XMLEventWriter
/openjdk7/jaxp/src/javax/xml/stream/util/
H A DEventReaderDelegate.java107 public void close() method in class:EventReaderDelegate
110 reader.close();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DBufferManagerRead.java94 public void close(ByteBufferWithInfo bbwi); method in interface:BufferManagerRead
H A DBufferManagerWrite.java141 abstract public void close(); method in class:BufferManagerWrite
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DTransportManager.java59 public void close(); method in interface:TransportManager
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/
H A DAddressDataSource.java94 public void close() throws IOException { method in class:AddressDataSource
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DAddressDataSource.java94 public void close() throws IOException { method in class:AddressDataSource
/openjdk7/jdk/src/share/classes/javax/swing/
H A DProgressMonitorInputStream.java170 * Overrides <code>FilterInputStream.close</code>
171 * to close the progress monitor as well as the stream.
173 public void close() throws IOException { method in class:ProgressMonitorInputStream
174 in.close();
175 monitor.close();
/openjdk7/jdk/src/share/classes/java/io/
H A DByteArrayInputStream.java280 public void close() throws IOException { method in class:ByteArrayInputStream
H A DOutputStreamWriter.java232 public void close() throws IOException { method in class:OutputStreamWriter
233 se.close();
H A DReader.java31 * subclass must implement are read(char[], int, int) and close(). Most
260 abstract public void close() throws IOException; method in class:Reader
H A DStringReader.java198 public void close() { method in class:StringReader
H A DStringWriter.java233 public void close() throws IOException { method in class:StringWriter
H A DWriter.java31 * subclass must implement are write(char[], int, int), flush(), and close().
323 abstract public void close() throws IOException; method in class:Writer
/openjdk7/jdk/src/share/classes/java/net/
H A DSocketOutputStream.java166 public void close() throws IOException { method in class:SocketOutputStream
173 socket.close();
175 impl.close();

Completed in 115 milliseconds

1234567891011>>