|
nanoJBlend | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.io.OutputStream
jp.co.aplix.avm.StdOut
public final class StdOut
| コンストラクタの概要 | |
|---|---|
StdOut()
推奨されていません。 新しい標準出力ストリームを作成します。 |
|
| メソッドの概要 | |
|---|---|
void |
write(byte[] b)
推奨されていません。 指定された配列のバイト列をログ出力ストリームに書き込みます。 |
void |
write(byte[] b,
int off,
int len)
推奨されていません。 指定された配列 b のオフセット off から始まる len バイトをログ出力ストリームに書き込みます。 |
void |
write(int b)
推奨されていません。 ログ出力ストリームに指定されたバイトをログ出力ストリームに書き込みます。 |
| クラス java.io.OutputStream から継承されたメソッド |
|---|
close, flush |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
| コンストラクタの詳細 |
|---|
public StdOut()
| メソッドの詳細 |
|---|
public void write(int b)
throws IOException
OutputStream 内の writeb - 出力するバイト
IOException - 特に、出力ストリームがクローズされている場合 IOException がスローされるOutputStream.write(int)
public void write(byte[] b)
throws IOException
OutputStream 内の writeb - 出力するバイト配列
IOException - I/Oエラーが発生した場合OutputStream.write(byte[])
public void write(byte[] b,
int off,
int len)
throws IOException
b のオフセット off から始まる len バイトをログ出力ストリームに書き込みます。
OutputStream 内の writeb - 出力するバイト列を保持している配列off - 出力するバイト列が格納されているインデックスlen - 出力するバイト列の長さ
IOException - 特に、出力ストリームがクローズされている場合 IOException がスローされるOutputStream.write(byte[], int, int)
|
nanoJBlend | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||