org.jfree.repository.stream

Class WrappedInputStream


public class WrappedInputStream
extends InputStream

Creation-Date: 13.11.2006, 17:28:24
Author:
Thomas Morgner

Constructor Summary

WrappedInputStream(InputStream parent)

Method Summary

int
available()
void
close()
boolean
isClosed()
void
mark(int readlimit)
boolean
markSupported()
int
read()
int
read(byte[] b)
int
read(byte[] b, int off, int len)
void
reset()
long
skip(long n)

Constructor Details

WrappedInputStream

public WrappedInputStream(InputStream parent)

Method Details

available

public int available()
            throws IOException

close

public void close()
            throws IOException

isClosed

public boolean isClosed()

mark

public void mark(int readlimit)

markSupported

public boolean markSupported()

read

public int read()
            throws IOException

read

public int read(byte[] b)
            throws IOException

read

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

reset

public void reset()
            throws IOException

skip

public long skip(long n)
            throws IOException