|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.io.OutputStream
javax.servlet.ServletOutputStream
jp.go.nict.langrid.commons.ws.servlet.OutputStreamServletOutputStream
public class OutputStreamServletOutputStream
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public OutputStreamServletOutputStream(OutputStream os)
| メソッドの詳細 |
|---|
public void write(int b)
throws IOException
OutputStream 内の writeIOException
public void write(byte[] b)
throws IOException
OutputStream 内の writeIOException
public void write(byte[] b,
int off,
int len)
throws IOException
OutputStream 内の writeIOException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||