jp.gr.java_conf.dangan.io

Interface Disconnectable

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

abstract void
disconnect()
接続されていたストリームとの接続を解除する。

Method Details

disconnect

public abstract void disconnect()
            throws 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.