Searched defs:close (Results 76 - 100 of 582) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/io/
H A DPipedWriter.java178 public void close() throws IOException { method in class:PipedWriter
H A DSequenceInputStream.java61 * <code>close</code> method.
106 in.close();
132 * has been closed by invoking its {@link #close()} method
154 * reaches the end of the stream, it calls the <code>close</code>
183 * the stream, it calls the <code>close</code> method of the current
226 * before the <code>close</code> method returns.
230 public void close() throws IOException { method in class:SequenceInputStream
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DFileLock.java308 public final void close() throws IOException { method in class:FileLock
H A DSelector.java43 * closed via its {@link #close close} method.
162 * is any possibility that another thread will cancel a key or close a channel.
173 * <li><p> By invoking the selector's {@link #close close} method, or
183 * <p> The {@link #close close} method synchronizes on the selector and all
394 public abstract void close() throws IOException; method in class:Selector
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DSocketHandler.java166 public synchronized void close() throws SecurityException { method in class:SocketHandler
167 super.close();
170 sock.close();
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipherOutputStream.java194 * and calls the <code>close</code> method of the underlying output
200 public void close() throws IOException { method in class:CipherOutputStream
211 out.close();
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DStartTlsResponse.java65 * tls.close();
70 * ctx.close;
203 public abstract void close() throws IOException; method in class:StartTlsResponse
/openjdk7/jdk/src/share/classes/com/sun/jdi/connect/spi/
H A DConnection.java192 public abstract void close() throws IOException; method in class:Connection
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DMidiDeviceReceiverEnvelope.java58 public void close() { method in class:MidiDeviceReceiverEnvelope
59 receiver.close();
H A DMidiDeviceTransmitterEnvelope.java66 public void close() { method in class:MidiDeviceTransmitterEnvelope
67 transmitter.close();
H A DModelStandardDirector.java54 public void close() { method in class:ModelStandardDirector
H A DSoftReceiver.java83 public void close() { method in class:SoftReceiver
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DTypeScriptWriter.java58 public void close() { method in class:TypeScriptWriter
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DNTypePrinter.java74 protected String printStruct(NStruct nt, char open, char close){ argument
86 sw.append(close);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/writer/
H A DFileCodeWriter.java100 public void close() throws IOException { method in class:FileCodeWriter
H A DFilterCodeWriter.java55 public void close() throws IOException { method in class:FilterCodeWriter
56 core.close();
H A DSingleStreamCodeWriter.java67 public void close() {
68 // don't let this stream close
73 public void close() throws IOException { method in class:SingleStreamCodeWriter
74 out.close();
H A DZipCodeWriter.java50 // nullify the close method.
52 public void close() {}
73 public void close() throws IOException { method in class:ZipCodeWriter
74 zip.close();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/tools/
H A DParallelWorldClassLoader.java155 is.close();
198 public synchronized void close() throws IOException { method in class:ParallelWorldClassLoader
200 jar.close();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DFilerCodeWriter.java60 public void close() throws IOException { method in class:FilerCodeWriter
61 super.close();
63 w.close();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/util/
H A DFilerCodeWriter.java78 public void close() { method in class:FilerCodeWriter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DNullStream.java42 public void close() throws IOException { method in class:NullStream
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DByteInputStream.java56 public void close() throws IOException { method in class:ByteInputStream
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/staxex/
H A DStreamingDataHandler.java111 * i.close();
112 * o.close();
143 public abstract void close() throws IOException; method in class:StreamingDataHandler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DDataSourceStreamingDataHandler.java56 in.close();
57 os.close();
60 public void close() throws IOException { method in class:DataSourceStreamingDataHandler

Completed in 102 milliseconds

1234567891011>>