public class BerBoolean extends Object implements Serializable, com.beanit.asn1bean.ber.types.BerType
| 构造器和说明 |
|---|
BerBoolean() |
BerBoolean(boolean value) |
BerBoolean(byte[] code) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
decode(InputStream is) |
int |
decode(InputStream is,
boolean withTag) |
int |
encode(OutputStream reverseOS) |
int |
encode(OutputStream reverseOS,
boolean withTag) |
void |
encodeAndSave(int encodingSizeGuess) |
String |
toString() |
public BerBoolean()
public BerBoolean(byte[] code)
public BerBoolean(boolean value)
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
IOExceptionCopyright © 2025. All rights reserved.