T - public interface RockerOutput<T extends RockerOutput>
| Modifier and Type | Method and Description |
|---|---|
int |
getByteLength() |
Charset |
getCharset() |
ContentType |
getContentType() |
String |
toString() |
T |
w(byte[] bytes) |
T |
w(String string)
Writes a String to the output.
|
ContentType getContentType()
Charset getCharset()
T w(String string) throws IOException
string - The string to writeIOException - Thrown on exception.T w(byte[] bytes) throws IOException
IOExceptionint getByteLength()
Copyright © 2016–2020 Fizzed, Inc. All rights reserved.