Uses of Interface
com.thaiopensource.validate.auto.Rewindable

Packages that use Rewindable
com.thaiopensource.validate.auto   
 

Uses of Rewindable in com.thaiopensource.validate.auto
 

Classes in com.thaiopensource.validate.auto that implement Rewindable
 class RewindableInputStream
           
 class RewindableReader
          Rewindable implementation over a reader.
 

Fields in com.thaiopensource.validate.auto declared as Rewindable
private  Rewindable AutoSchemaReceiver.rewindable
           
 

Constructors in com.thaiopensource.validate.auto with parameters of type Rewindable
AutoSchemaReceiver(PropertyMap properties, Rewindable rewindable)