AMP, ASTERISK, BYTE_0, COL, CR, CR_, CR_LF, CR_LF_CR_LF, DELETE, EMPTY_ARRAY, EMPTY_STRING_ARRAY, EQ, F, GET, GET_OR_POST, HEAD, HTTP_VERBS, LAST_6, LF, LF_, LF_LF, MALFORMED_CHAR, NOT_FOUND, OPTIONS, PATCH, POST, PUT, SEMI_COL, SEPARATOR_LINE, SPACE, SPACE_, T, TRACE, UTF8_2_BYTES_LEAD, UTF8_3_BYTES_LEAD, UTF8_4_BYTES_LEAD, UTF8_CONTINUATION| Constructor and Description |
|---|
StreamUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
putNumAsText(OutputStream out,
long n) |
static void |
writeAscii(OutputStream out,
String s) |
static void |
writeUTF8(OutputStream out,
String src) |
static void |
writeUTF8HtmlEscaped(OutputStream out,
String src) |
public static void putNumAsText(OutputStream out, long n) throws IOException
IOExceptionpublic static void writeAscii(OutputStream out, String s) throws IOException
IOExceptionpublic static void writeUTF8(OutputStream out, String src) throws IOException
IOExceptionpublic static void writeUTF8HtmlEscaped(OutputStream out, String src) throws IOException
IOExceptionCopyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.