|
Class Summary |
| Buffer |
Buffer objects are used to store data. |
| DataBuffer |
A DataBuffer is supposed to hold arbitrary data without a special
structure.
A VariableTLVBuffer object has a certain capacity which is determined by the
size of the byte array provided to the constructor. |
| TLVBuffer |
TLVBuffer objects are used to store a sequence of ASN.1 BER encoded
TLVs.
A VariableTLVBuffer object has a certain capacity which is determined by the
size of the byte array provided to the constructor. |