public abstract class HttpWriter extends Writer
Modifier and Type | Field and Description |
---|---|
static int |
MAX_OUTPUT_CHARS |
Constructor and Description |
---|
HttpWriter(HttpOutput out) |
public static final int MAX_OUTPUT_CHARS
public HttpWriter(HttpOutput out)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Writer
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class Writer
IOException
public void write(String s, int offset, int length) throws IOException
write
in class Writer
IOException
public void write(char[] s, int offset, int length) throws IOException
write
in class Writer
IOException
Copyright © 1995-2015 Webtide. All Rights Reserved.