public class BHiveTeeOutputStreamWrapper extends Object
TeeOutputStream을 이용하여 OutputStream의 쓴 내용을 Tee처리하는 Wrapper| Constructor and Description |
|---|
BHiveTeeOutputStreamWrapper(OutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getOutputStream() |
byte[] |
getTeeOutputBytes() |
String |
getTeeOutputString() |
public BHiveTeeOutputStreamWrapper(OutputStream outputStream)
public OutputStream getOutputStream()
public byte[] getTeeOutputBytes()
public String getTeeOutputString() throws UnsupportedEncodingException
UnsupportedEncodingException - unsupported encoding exceptionCopyright © 2018. All rights reserved.