public class EncAsRepPartContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Constructor and Description |
|---|
EncAsRepPartContainer(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, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic EncAsRepPartContainer(ByteBuffer stream)
stream - The stream containing the data to decodepublic EncAsRepPart getEncAsRepPart()
public void setEncAsRepPart(EncAsRepPart encAsRepPart)
encAsRepPart - The EncAsRepPart to set.Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.