public class ChunkedOutputStream
extends java.io.PrintStream
Constructor and Description |
---|
ChunkedOutputStream(java.io.PrintStream o) |
ChunkedOutputStream(java.io.PrintStream o,
int size) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkError() |
void |
close() |
void |
flush() |
void |
reset() |
int |
size() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int _b) |
public ChunkedOutputStream(java.io.PrintStream o)
public ChunkedOutputStream(java.io.PrintStream o, int size)
public boolean checkError()
checkError
in class java.io.PrintStream
public void write(byte[] b, int off, int len)
write
in class java.io.PrintStream
public void write(int _b)
write
in class java.io.PrintStream
public void reset()
public int size()
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.PrintStream
public void flush()
flush
in interface java.io.Flushable
flush
in class java.io.PrintStream