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.

Returns:
true if the reading should end, false otherwise.


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."