Class CharHttpStreamWritter
java.lang.Object
nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamWritter
nablarch.fw.messaging.realtime.http.streamio.CharHttpStreamWritter
- All Implemented Interfaces:
HttpOutputStreamWriter
HTTP通信時に使用するReaderクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
書き込み対象の文字列を追加する。書き込み対象の文字列を取得する。Methods inherited from class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamWritter
getCharset, getLineSeparator, writeStream
-
Constructor Details
-
CharHttpStreamWritter
public CharHttpStreamWritter()コンストラクタ。 -
CharHttpStreamWritter
コンストラクタ。- Parameters:
charset
- 文字コード
-
-
Method Details
-
getWriteTarget
Description copied from class:AbstractCharHttpStreamWritter
書き込み対象の文字列を取得する。- Specified by:
getWriteTarget
in classAbstractCharHttpStreamWritter
- Returns:
- 書き込み対象文字列
-
append
書き込み対象の文字列を追加する。- Parameters:
st
- 書き込み対象の文字列
-