org.jfree.repository.stream
public class WrappedOutputStream extends OutputStream
Constructor Summary | |
---|---|
WrappedOutputStream(OutputStream stream) |
Method Summary | |
---|---|
void | close() |
void | flush() |
boolean | isClosed() |
void | write(int b) |
void | write(byte[] b) |
void | write(byte[] b, int off, int len) |