public class OutputStreamServletOutputStream
extends javax.servlet.ServletOutputStream
| コンストラクタと説明 |
|---|
OutputStreamServletOutputStream(OutputStream os) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
void |
flush() |
boolean |
isReady() |
void |
setWriteListener(javax.servlet.WriteListener writeListener) |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public OutputStreamServletOutputStream(OutputStream os)
public void write(int b)
throws IOException
write クラス内 OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write クラス内 OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write クラス内 OutputStreamIOExceptionpublic void flush()
throws IOException
flush インタフェース内 Flushableflush クラス内 OutputStreamIOExceptionpublic void close()
throws IOException
close インタフェース内 Closeableclose インタフェース内 AutoCloseableclose クラス内 OutputStreamIOExceptionpublic boolean isReady()
isReady クラス内 javax.servlet.ServletOutputStreampublic void setWriteListener(javax.servlet.WriteListener writeListener)
setWriteListener クラス内 javax.servlet.ServletOutputStreamCopyright © 2021. All rights reserved.