Interface Rewindable
-
- All Known Implementing Classes:
RewindableInputStream
public interface Rewindable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canRewind()
void
rewind()
void
willNotRewind()
-