public class Content
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Content |
NO_CONTENT |
| Constructor and Description |
|---|
Content(byte[] raw,
ContentType type) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
asBytes() |
java.io.InputStream |
asStream() |
java.lang.String |
asString() |
java.lang.String |
asString(java.nio.charset.Charset charset) |
ContentType |
getType() |
java.lang.String |
toString() |
public static final Content NO_CONTENT
public ContentType getType()
public byte[] asBytes()
public java.lang.String asString()
public java.lang.String asString(java.nio.charset.Charset charset)
public java.io.InputStream asStream()
public java.lang.String toString()
toString in class java.lang.Object