Searched defs:close (Results 51 - 75 of 582) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DTwrMultiCatch.java61 public void close() throws CustomCloseException1, CustomCloseException2 { method in class:TwrMultiCatch
/openjdk7/langtools/test/tools/javac/implicitThis/
H A DNewBeforeOuterConstructed.java43 public void close() { } method in class:NewBeforeOuterConstructed.NullOutputStream
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/
H A DHandler.java86 public void close(MessageContext context); method in interface:Handler
/openjdk7/jdk/test/sun/nio/cs/
H A DStreamEncoderClose.java26 @summary Check if StreamEncoder close() method works correctly from
28 close the first time.
42 pw.close(); // 1st PrintWriter Close
44 pw.close(); // 2nd PrintWriter Close
69 public void close() throws IOException { method in class:StreamEncoderClose.MyBufferedOutputStream
71 throw new IOException("Can't close ");
73 super.close();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/output/
H A DOutputBuffer.java31 public String close(); method in interface:OutputBuffer
/openjdk7/jaxp/src/javax/xml/stream/
H A DXMLEventReader.java101 * Frees any resources associated with this Reader. This method does not close the
105 public void close() throws XMLStreamException; method in interface:XMLEventReader
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DBufferManagerWriteGrow.java90 public void close() {} method in class:BufferManagerWriteGrow
H A DBufferManagerWriteStream.java132 public void close(){}; method in class:BufferManagerWriteStream
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/monitoring/
H A DMonitoringManagerImpl.java52 public void close() { method in class:MonitoringManagerImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/encoding/
H A DInputObject.java60 public void close() throws IOException; method in interface:InputObject
H A DOutputObject.java62 public void close() throws IOException; method in interface:OutputObject
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DConnectionCache.java49 public void close(); method in interface:ConnectionCache
H A DSelector.java38 public void close(); method in interface:Selector
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DGenFileStream.java63 public void close () method in class:GenFileStream
73 //fileStream.close ();
76 fileWriter.close ();
83 super.close ();
84 } // close
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DDataSource.java43 public void close() throws IOException; method in interface:DataSource
H A DMappedByteBufferDataSource.java56 public void close() throws IOException { buf = null; } method in class:MappedByteBufferDataSource
H A DRandomAccessFileDataSource.java42 public void close() throws IOException { file.close(); } method in class:RandomAccessFileDataSource
/openjdk7/jdk/src/share/classes/java/io/
H A DFilterInputStream.java175 * method simply performs <code>in.close()</code>.
180 public void close() throws IOException { method in class:FilterInputStream
181 in.close();
H A DFilterReader.java120 public void close() throws IOException { method in class:FilterReader
121 in.close();
H A DFilterWriter.java103 public void close() throws IOException { method in class:FilterWriter
104 out.close();
H A DInputStream.java246 * invoking the {@link #close()} method.
266 * <p> The <code>close</code> method of <code>InputStream</code> does
271 public void close() throws IOException {} method in class:InputStream
H A DInputStreamReader.java198 public void close() throws IOException { method in class:InputStreamReader
199 sd.close();
H A DObjectInput.java106 public void close() throws IOException; method in interface:ObjectInput
H A DObjectOutput.java89 public void close() throws IOException; method in interface:ObjectOutput
H A DPipedOutputStream.java174 public void close() throws IOException { method in class:PipedOutputStream

Completed in 89 milliseconds

1234567891011>>