public class OutputStreamServletOutputStream
extends javax.servlet.ServletOutputStream
| コンストラクタと説明 |
|---|
OutputStreamServletOutputStream(OutputStream os) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
void |
flush() |
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 クラス内 OutputStreamIOExceptionCopyright © 2018. All rights reserved.