edu.umd.cs.jazz.io
Class ZExtendedInputStream
java.lang.Object
|
+--edu.umd.cs.jazz.io.ZExtendedInputStream
- public class ZExtendedInputStream
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
stream
protected java.io.InputStream stream
filePosition
protected long filePosition
ZExtendedInputStream
public ZExtendedInputStream(java.io.InputStream stream)
setFilePosition
public void setFilePosition(long n)
throws java.io.IOException
getFilePosition
public long getFilePosition()
skip
public long skip(long n)
throws java.io.IOException
read
public int read()
throws java.io.IOException
read
public int read(byte[] b)
throws java.io.IOException
read
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
available
public int available()
throws java.io.IOException
close
public void close()
throws java.io.IOException
mark
public void mark(int readlimit)
reset
public void reset()
throws java.io.IOException
markSupported
public boolean markSupported()
main
public static final void main(java.lang.String[] args)