jp.gr.java_conf.dangan.io
Interface Disconnectable
- All Known Implementing Classes:
- DisconnectableInputStream, DisconnectableOutputStream
public interface Disconnectable
接続を解除できるストリームのための
インターフェイス。
このインターフェイスを実装するストリームは
close() は disconnect() を呼ぶべきである。
-- revision history --
$Log: Disconnectable.java,v $
Revision 1.0 2002/07/24 00:00:00 dangan
add to version control
[maintenance]
タブ廃止
ライセンス文の修正
ソース整備
- Version:
- $Revision: 1.0 $
- Author:
- $Author: dangan $
Method Summary |
void |
disconnect()
接続されていたストリームとの接続を解除する。 |
disconnect
void disconnect()
throws java.io.IOException
- 接続されていたストリームとの接続を解除する。
- Throws:
java.io.IOException
- 入出力エラーが発生した場合
When you found typographical errors or omissions, Please mail to cqw10305@nifty.com
The company name and product name which are used in this document, it is the trademark or registered trademark of each company generally.
Copyright © 2001-2002 Michel Ishizuka. All Rights Reserved.