public class EncApRepPartContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private EncApRepPart |
encApRepPart
An EncApRepPart container
|
| Constructor and Description |
|---|
EncApRepPartContainer(java.nio.ByteBuffer stream)
Creates a new EncApRepPartContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
EncApRepPart |
getEncApRepPart() |
void |
setEncApRepPart(EncApRepPart encApRepPart)
Set an EncApRepPart Object into the container.
|
clean, getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentprivate EncApRepPart encApRepPart
public EncApRepPartContainer(java.nio.ByteBuffer stream)
stream - The stream containing the data to decodepublic EncApRepPart getEncApRepPart()
public void setEncApRepPart(EncApRepPart encApRepPart)
encApRepPart - The EncApRepPart to set.