nanoJBlend

jp.co.aplix.avm
クラス StdOut

java.lang.Object
  上位を拡張 java.io.OutputStream
      上位を拡張 jp.co.aplix.avm.StdOut

推奨されていません。 標準出力ストリームです。

public final class StdOut
extends OutputStream


コンストラクタの概要
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
 

コンストラクタの詳細

StdOut

public StdOut()
推奨されていません。 
新しい標準出力ストリームを作成します。 標準出力ストリームはシステムに 1 つしかありません。複数のスレッドから標準出力を使用した場合はメソッド呼出しごとに排他制御されます。

メソッドの詳細

write

public void write(int b)
           throws IOException
推奨されていません。 
ログ出力ストリームに指定されたバイトをログ出力ストリームに書き込みます。

定義:
クラス OutputStream 内の write
パラメータ:
b - 出力するバイト
例外:
IOException - 特に、出力ストリームがクローズされている場合 IOException がスローされる
関連項目:
OutputStream.write(int)

write

public void write(byte[] b)
           throws IOException
推奨されていません。 
指定された配列のバイト列をログ出力ストリームに書き込みます。

オーバーライド:
クラス OutputStream 内の write
パラメータ:
b - 出力するバイト配列
例外:
IOException - I/Oエラーが発生した場合
関連項目:
OutputStream.write(byte[])

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
推奨されていません。 
指定された配列 b のオフセット off から始まる len バイトをログ出力ストリームに書き込みます。

オーバーライド:
クラス OutputStream 内の write
パラメータ:
b - 出力するバイト列を保持している配列
off - 出力するバイト列が格納されているインデックス
len - 出力するバイト列の長さ
例外:
IOException - 特に、出力ストリームがクローズされている場合 IOException がスローされる
関連項目:
OutputStream.write(byte[], int, int)

nanoJBlend

Copyright 2005-2013 Aplix and/or its affiliates. All rights reserved. Aplix Confidential and Restricted.
NTT DOCOMO and Hitachi Kokusai Electric Confidential