Uses of Class
org.pfsw.tools.beluga.ldap.protocol.ber.SequenceInfo

Packages that use SequenceInfo
org.pfsw.tools.beluga.ldap.protocol.ber   
 

Uses of SequenceInfo in org.pfsw.tools.beluga.ldap.protocol.ber
 

Methods in org.pfsw.tools.beluga.ldap.protocol.ber that return SequenceInfo
 SequenceInfo ProtocolDecoder.getPutBackSequence()
           
 SequenceInfo ProtocolDecoder.parseSequence()
          Returns the next bytes as SEQUENCE information
 

Methods in org.pfsw.tools.beluga.ldap.protocol.ber with parameters of type SequenceInfo
 boolean ProtocolDecoder.isEndOfSequence(SequenceInfo seqInfo)
          Returns true if this decoder has reached the parse position which is the end of the given sequence info.
 boolean ProtocolDecoder.notDoneForSequence(SequenceInfo seqInfo)
          Returns true if this decoder has NOT yet reached the parse position which is the end of the given sequence info and if it still has data.
 void ProtocolDecoder.setPutBackSequence(SequenceInfo newValue)
           
 



Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.