nu.validator.htmlparser.rewindable
Interface Rewindable

All Known Implementing Classes:
RewindableInputStream

public interface Rewindable


Method Summary
 boolean canRewind()
           
 void rewind()
           
 void willNotRewind()
           
 

Method Detail

willNotRewind

void willNotRewind()

rewind

void rewind()

canRewind

boolean canRewind()