public abstract class HttpWriter
extends java.io.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 |
flush() |
void |
write(char[] s,
int offset,
int length) |
void |
write(java.lang.String s,
int offset,
int length) |
public static final int MAX_OUTPUT_CHARS
public HttpWriter(HttpOutput out)
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Writerjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.Writerjava.io.IOExceptionpublic void write(java.lang.String s,
int offset,
int length)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void write(char[] s,
int offset,
int length)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionCopyright © 1995–2022 Webtide. All rights reserved.