|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface StreamStorage
メソッドの概要 | |
---|---|
void |
commit()
Commits a written output stream, and then you can get the commited stream from getInputStream(). |
void |
destroy()
Destroys instances, such as caches, in this class |
java.lang.String |
getEncoding()
|
java.io.InputStream |
getInputStream()
|
java.io.OutputStream |
getOutputStream()
|
java.io.InputStream |
getResultInputStream()
|
void |
init(java.io.InputStream in,
java.lang.String encoding)
Initialize this StreamStorage object. |
メソッドの詳細 |
---|
void init(java.io.InputStream in, java.lang.String encoding) throws StreamStorageException
in
- an input stream that you want to convertencoding
- an encoding for the given input stream
StreamStorageException
void destroy()
void commit() throws StreamStorageException
StreamStorageException
java.io.InputStream getResultInputStream() throws StreamStorageException
StreamStorageException
java.lang.String getEncoding()
java.io.InputStream getInputStream()
java.io.OutputStream getOutputStream()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |