public abstract class HttpWriter extends Writer
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_OUTPUT_CHARS |
| Constructor and Description |
|---|
HttpWriter(HttpOutput out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
complete(Callback callback) |
void |
flush() |
void |
write(char[] s,
int offset,
int length) |
void |
write(String s,
int offset,
int length) |
public static final int MAX_OUTPUT_CHARS
public HttpWriter(HttpOutput out)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionpublic void complete(Callback callback)
public void flush()
throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic void write(String s, int offset, int length) throws IOException
write in class WriterIOExceptionpublic void write(char[] s,
int offset,
int length)
throws IOException
write in class WriterIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved