jp.go.nict.langrid.commons.ws.servlet
クラス OutputStreamServletOutputStream

java.lang.Object
  上位を拡張 java.io.OutputStream
      上位を拡張 javax.servlet.ServletOutputStream
          上位を拡張 jp.go.nict.langrid.commons.ws.servlet.OutputStreamServletOutputStream
すべての実装されたインタフェース:
Closeable, Flushable

public class OutputStreamServletOutputStream
extends javax.servlet.ServletOutputStream


コンストラクタの概要
OutputStreamServletOutputStream(OutputStream os)
           
 
メソッドの概要
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
クラス javax.servlet.ServletOutputStream から継承されたメソッド
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println
 
クラス java.io.OutputStream から継承されたメソッド
close, flush
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OutputStreamServletOutputStream

public OutputStreamServletOutputStream(OutputStream os)
メソッドの詳細

write

public void write(int b)
           throws IOException
定義:
クラス OutputStream 内の write
例外:
IOException

write

public void write(byte[] b)
           throws IOException
オーバーライド:
クラス OutputStream 内の write
例外:
IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
オーバーライド:
クラス OutputStream 内の write
例外:
IOException