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