public class ResponseContentImpl extends Object implements ResponseContent
| Constructor and Description |
|---|
ResponseContentImpl(byte[] contents,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset() |
byte[] |
getContents() |
void |
setCharset(Charset charset) |
void |
setContents(byte[] contents) |
String |
toString() |
public ResponseContentImpl(byte[] contents,
Charset charset)
public byte[] getContents()
getContents in interface ResponseContentpublic void setContents(byte[] contents)
setContents in interface ResponseContentpublic Charset getCharset()
getCharset in interface ResponseContentpublic void setCharset(Charset charset)
setCharset in interface ResponseContentCopyright © 2019 OCPsoft. All rights reserved.