|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |