public class BHiveTeeInputStreamWrapper extends Object
TeeInputStream을 이용하여 InputStream의 읽은 내용을 Tee처리하는 Wrapper| Constructor and Description |
|---|
BHiveTeeInputStreamWrapper(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream() |
byte[] |
getTeeInputBytes() |
String |
getTeeInputString() |
public BHiveTeeInputStreamWrapper(InputStream inputStream)
public InputStream getInputStream()
public byte[] getTeeInputBytes()
public String getTeeInputString() throws UnsupportedEncodingException
UnsupportedEncodingException - unsupported encoding exceptionCopyright © 2018. All rights reserved.