com.thaiopensource.validate.auto
Class RewindableInputStream
java.lang.Object
java.io.InputStream
com.thaiopensource.validate.auto.RewindableInputStream
- All Implemented Interfaces:
- Rewindable
- public class RewindableInputStream
- extends java.io.InputStream
- implements Rewindable
Methods inherited from class java.io.InputStream |
mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RewindableInputStream
public RewindableInputStream(java.io.InputStream in)
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
rewind
public void rewind()
- Specified by:
rewind
in interface Rewindable
canRewind
public boolean canRewind()
- Specified by:
canRewind
in interface Rewindable
willNotRewind
public void willNotRewind()
- Specified by:
willNotRewind
in interface Rewindable
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
available
public int available()
throws java.io.IOException
- Throws:
java.io.IOException