org.jfree.repository.stream

Class WrappedOutputStream


public class WrappedOutputStream
extends OutputStream

Creation-Date: 13.11.2006, 17:30:06
Author:
Thomas Morgner

Constructor Summary

WrappedOutputStream(OutputStream stream)

Method Summary

void
close()
void
flush()
boolean
isClosed()
void
write(byte[] b)
void
write(byte[] b, int off, int len)
void
write(int b)

Constructor Details

WrappedOutputStream

public WrappedOutputStream(OutputStream stream)

Method Details

close

public void close()
            throws IOException

flush

public void flush()
            throws IOException

isClosed

public boolean isClosed()

write

public void write(byte[] b)
            throws IOException

write

public void write(byte[] b,
                  int off,
                  int len)
            throws IOException

write

public void write(int b)
            throws IOException