public static class AlternateAccessSelection.SelectAccess extends Object implements com.beanit.asn1bean.ber.types.BerType, Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AlternateAccessSelection.SelectAccess.Component |
static class |
AlternateAccessSelection.SelectAccess.IndexRange |
| 构造器和说明 |
|---|
SelectAccess() |
SelectAccess(byte[] code) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.BerNull |
getAllElements() |
AlternateAccessSelection.SelectAccess.Component |
getComponent() |
Unsigned32 |
getIndex() |
AlternateAccessSelection.SelectAccess.IndexRange |
getIndexRange() |
void |
setAllElements(com.beanit.asn1bean.ber.types.BerNull allElements) |
void |
setComponent(AlternateAccessSelection.SelectAccess.Component component) |
void |
setIndex(Unsigned32 index) |
void |
setIndexRange(AlternateAccessSelection.SelectAccess.IndexRange indexRange) |
String |
toString() |
public AlternateAccessSelection.SelectAccess.Component getComponent()
public void setComponent(AlternateAccessSelection.SelectAccess.Component component)
public Unsigned32 getIndex()
public void setIndex(Unsigned32 index)
public AlternateAccessSelection.SelectAccess.IndexRange getIndexRange()
public void setIndexRange(AlternateAccessSelection.SelectAccess.IndexRange indexRange)
public com.beanit.asn1bean.ber.types.BerNull getAllElements()
public void setAllElements(com.beanit.asn1bean.ber.types.BerNull allElements)
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.