org.media.mn8.protocol.jabber.xmlparser
Interface ReadEndChecker


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.
Parameters:
char - The character to test.
Returns:
true if the reading should end, false otherwise.


"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."