Package com.thaiopensource.validate.auto
Interface Rewindable
- All Known Implementing Classes:
RewindableInputStream
,RewindableReader
public interface Rewindable
-
Method Summary
-
Method Details
-
willNotRewind
void willNotRewind() -
rewind
void rewind() -
canRewind
boolean canRewind()
-