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.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Writer
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.Writer
java.io.IOException
public void write(java.lang.String s, int offset, int length) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void write(char[] s, int offset, int length) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
Copyright © 1995–2023 Webtide. All rights reserved.