Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.media.mn8.protocol.jabber.xmlparser
Interface ReadEndChecker  view ReadEndChecker download ReadEndChecker.java

All Known Implementing Classes:
XMLParser.InPlaintextReadEndChecker, XMLParser.InTagReadEndChecker

public interface ReadEndChecker

Interface for classes wishing to be able to stop the reading of the incomming data stream.


Method Summary
 boolean shouldStop(int c)
          Method to say whether a read should stop on this character.
 

Method Detail

shouldStop

public boolean shouldStop(int c)
Method to say whether a read should stop on this character.