Interface HttpInputStreamReader
- All Known Implementing Classes:
AbstractCharHttpStreamReader
,AbstractHttpStreamReader
,CharHttpStreamReader
Streamを読み取り結果を返却させるためのIF
-
Method Summary
Modifier and TypeMethodDescriptionInputStreamからデータを読み取り返却する。void
setHeaderInfo
(Map<String, List<String>> headerInfo) HttpHeader情報を設定する。
-
Method Details
-
setHeaderInfo
HttpHeader情報を設定する。- Parameters:
headerInfo
- HttpHeader情報
-
readInputStream
InputStreamからデータを読み取り返却する。- Parameters:
os
- 読み取り対象- Returns:
- OutputStreamの読み取り結果
- Throws:
IOException
- 読み取り例外
-