public class ConfirmedErrorPDU extends Object implements com.beanit.asn1bean.ber.types.BerType, Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static com.beanit.asn1bean.ber.BerTag |
tag |
| 构造器和说明 |
|---|
ConfirmedErrorPDU() |
ConfirmedErrorPDU(byte[] code) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
appendAsString(StringBuilder sb,
int indentLevel) |
int |
decode(InputStream is) |
int |
decode(InputStream is,
boolean withTag) |
int |
encode(OutputStream reverseOS) |
int |
encode(OutputStream reverseOS,
boolean withTag) |
void |
encodeAndSave(int encodingSizeGuess) |
Unsigned32 |
getInvokeID() |
Unsigned32 |
getModifierPosition() |
ServiceError |
getServiceError() |
void |
setInvokeID(Unsigned32 invokeID) |
void |
setModifierPosition(Unsigned32 modifierPosition) |
void |
setServiceError(ServiceError serviceError) |
String |
toString() |
public ConfirmedErrorPDU()
public ConfirmedErrorPDU(byte[] code)
public Unsigned32 getInvokeID()
public void setInvokeID(Unsigned32 invokeID)
public Unsigned32 getModifierPosition()
public void setModifierPosition(Unsigned32 modifierPosition)
public ServiceError getServiceError()
public void setServiceError(ServiceError serviceError)
public int encode(OutputStream reverseOS) throws IOException
encode 在接口中 com.beanit.asn1bean.ber.types.BerTypeIOExceptionpublic int encode(OutputStream reverseOS, boolean withTag) throws IOException
IOExceptionpublic int decode(InputStream is) throws IOException
decode 在接口中 com.beanit.asn1bean.ber.types.BerTypeIOExceptionpublic int decode(InputStream is, boolean withTag) throws IOException
IOExceptionpublic void encodeAndSave(int encodingSizeGuess)
throws IOException
IOExceptionpublic void appendAsString(StringBuilder sb, int indentLevel)
Copyright © 2025. All rights reserved.