|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.asn1.ASN1BufferSet
@Mutable @ThreadSafety(level=NOT_THREADSAFE) public final class ASN1BufferSet
This class provides a data structure which is used in the course of writing
an ASN.1 set to an ASN.1 buffer. It keeps track of the position at which the
set value begins so that the appropriate length may be inserted
after all embedded elements have been added. The end()
method must be
called after all elements have been added to ensure that the length is
properly computed and inserted into the associated buffer.
Method Summary | |
---|---|
void |
end()
Updates the associated ASN.1 buffer to indicate that all sequence elements have been added and that the appropriate length should be inserted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void end()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |