JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.thaiopensource.validate.auto
Rewindable
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
willNotRewind()
rewind()
canRewind()
Interface Rewindable
All Known Implementing Classes:
RewindableInputStream
,
RewindableReader
public interface
Rewindable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
canRewind
()
void
rewind
()
void
willNotRewind
()
Method Details
willNotRewind
void
willNotRewind
()
rewind
void
rewind
()
canRewind
boolean
canRewind
()