org.jfree.repository.stream
Class WrappedInputStream
InputStream
org.jfree.repository.stream.WrappedInputStream
Creation-Date: 13.11.2006, 17:28:24
available
public int available()
throws IOException
close
public void close()
throws IOException
mark
public void mark(int readlimit)
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