public static class Myexternal2.Encoding extends Object implements com.beanit.asn1bean.ber.types.BerType, Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
appendAsString(StringBuilder sb,
int indentLevel) |
int |
decode(InputStream is) |
int |
decode(InputStream is,
com.beanit.asn1bean.ber.BerTag berTag) |
int |
encode(OutputStream reverseOS) |
void |
encodeAndSave(int encodingSizeGuess) |
com.beanit.asn1bean.ber.types.BerBitString |
getArbitrary() |
com.beanit.asn1bean.ber.types.BerOctetString |
getOctetAligned() |
com.beanit.asn1bean.ber.types.BerAny |
getSingleASN1Type() |
void |
setArbitrary(com.beanit.asn1bean.ber.types.BerBitString arbitrary) |
void |
setOctetAligned(com.beanit.asn1bean.ber.types.BerOctetString octetAligned) |
void |
setSingleASN1Type(com.beanit.asn1bean.ber.types.BerAny singleASN1Type) |
String |
toString() |
public com.beanit.asn1bean.ber.types.BerAny getSingleASN1Type()
public void setSingleASN1Type(com.beanit.asn1bean.ber.types.BerAny singleASN1Type)
public com.beanit.asn1bean.ber.types.BerOctetString getOctetAligned()
public void setOctetAligned(com.beanit.asn1bean.ber.types.BerOctetString octetAligned)
public com.beanit.asn1bean.ber.types.BerBitString getArbitrary()
public void setArbitrary(com.beanit.asn1bean.ber.types.BerBitString arbitrary)
public int encode(OutputStream reverseOS) throws IOException
encode 在接口中 com.beanit.asn1bean.ber.types.BerTypeIOExceptionpublic int decode(InputStream is) throws IOException
decode 在接口中 com.beanit.asn1bean.ber.types.BerTypeIOExceptionpublic int decode(InputStream is, com.beanit.asn1bean.ber.BerTag berTag) throws IOException
IOExceptionpublic void encodeAndSave(int encodingSizeGuess)
throws IOException
IOExceptionpublic void appendAsString(StringBuilder sb, int indentLevel)
Copyright © 2025. All rights reserved.