public class Utf8HttpWriter extends HttpWriter
HttpOutput
stream and provide
character encodings.
The UTF-8 encoding is done by this class and no additional
buffers or Writers are used.
The UTF-8 code was inspired by http://javolution.orgMAX_OUTPUT_CHARS
Constructor and Description |
---|
Utf8HttpWriter(HttpOutput out) |
Modifier and Type | Method and Description |
---|---|
void |
write(char[] s,
int offset,
int length) |
close, flush, write
public Utf8HttpWriter(HttpOutput out)
public void write(char[] s, int offset, int length) throws IOException
write
in class HttpWriter
IOException
Copyright © 1995-2015 Webtide. All Rights Reserved.