public class EncAsRepPartContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private EncAsRepPart |
encAsRepPart
An EncAsRepPart container
|
| Constructor and Description |
|---|
EncAsRepPartContainer(java.nio.ByteBuffer stream)
Creates a new EncAsRepPartContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
EncAsRepPart |
getEncAsRepPart() |
void |
setEncAsRepPart(EncAsRepPart encAsRepPart)
Set an EncAsRepPart 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 EncAsRepPart encAsRepPart
public EncAsRepPartContainer(java.nio.ByteBuffer stream)
stream - The stream containing the data to decodepublic EncAsRepPart getEncAsRepPart()
public void setEncAsRepPart(EncAsRepPart encAsRepPart)
encAsRepPart - The EncAsRepPart to set.