public class EndTransactionRequestDecoder
extends org.apache.directory.api.asn1.ber.Asn1Decoder
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.directory.api.asn1.ber.Asn1Decoder |
DECODER
The decoder
|
| Constructor and Description |
|---|
EndTransactionRequestDecoder() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequest |
decode(byte[] stream)
Decode a PDU which must contain a EndTransactionRequest extended operation.
|
private static final org.apache.directory.api.asn1.ber.Asn1Decoder DECODER
public org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionRequest decode(byte[] stream)
throws org.apache.directory.api.asn1.DecoderException
stream - The bytes to be decodedorg.apache.directory.api.asn1.DecoderException - If the decoding failedCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.