org.apache.catalina.util.ssi
クラス ServletOutputStreamWrapper

java.lang.Object
  |
  +--java.io.OutputStream
        |
        +--javax.servlet.ServletOutputStream
              |
              +--org.apache.catalina.util.ssi.ServletOutputStreamWrapper

public final class ServletOutputStreamWrapper
extends javax.servlet.ServletOutputStream

Class that extends ServletOuputStream, used as a wrapper from within SsiInclude

バージョン:
$Revision: 1.2 $, $Date: 2001/04/26 22:58:49 $
作成者:
Bip Thelin
関連項目:
ServletOutputStream

コンストラクタの概要
ServletOutputStreamWrapper()
          Construct a new ServletOutputStream
 
メソッドの概要
 void write(int b)
          Write to our buffer
 void writeTo(java.io.OutputStream out)
          Write our stream to the OutputStream provided.
 
クラス javax.servlet.ServletOutputStream から継承したメソッド
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println
 
クラス java.io.OutputStream から継承したメソッド
close, flush, write, write
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ServletOutputStreamWrapper

public ServletOutputStreamWrapper()
Construct a new ServletOutputStream
メソッドの詳細

writeTo

public final void writeTo(java.io.OutputStream out)
                   throws java.io.IOException
Write our stream to the OutputStream provided.
パラメータ:
out - the OutputStream to write this stream to
例外:
java.io.IOException - if an input/output error occurs

write

public final void write(int b)
Write to our buffer
オーバーライド:
クラス java.io.OutputStream 内の write
パラメータ:
b - The parameter to write


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.