org.pfsw.tools.beluga.ldap.protocol.ber
Class SequenceInfo
java.lang.Object
org.pfsw.tools.beluga.ldap.protocol.ber.SequenceInfo
public class SequenceInfo
- extends Object
Contains the tag identifier of a sequence and the length.
- Version:
- 1.0
- Author:
- Manfred Duchrow
Constructor Summary |
SequenceInfo(int tag,
int len,
int pos)
Initialize the new instance with default values. |
SequenceInfo
public SequenceInfo(int tag,
int len,
int pos)
- Initialize the new instance with default values.
getTag
public int getTag()
setTag
public void setTag(int newValue)
getLength
public int getLength()
setLength
public void setLength(int newValue)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.