このインタフェースでは、入力ストリーム接続に必要な機能を定義します。
メソッドの概要 | |
DataInputStream |
openDataInputStream()
接続に対するデータ入力ストリームをオープンし、返します。 |
InputStream |
openInputStream()
接続に対する入力ストリームをオープンし、返します。 |
インタフェース javax.microedition.io.Connection から継承したメソッド |
close |
メソッドの詳細 |
public InputStream openInputStream() throws IOException
public DataInputStream openDataInputStream() throws IOException