org.openmuc.openiec61850.internal.mms.asn1
public final class AlternateAccess extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AlternateAccess.SubChoice |
Modifier and Type | Field and Description |
---|---|
byte[] |
code |
protected org.openmuc.jasn1.ber.BerIdentifier |
id |
static org.openmuc.jasn1.ber.BerIdentifier |
identifier |
java.util.List<AlternateAccess.SubChoice> |
seqOf |
Constructor and Description |
---|
AlternateAccess() |
AlternateAccess(byte[] code) |
AlternateAccess(java.util.List<AlternateAccess.SubChoice> seqOf) |
Modifier and Type | Method and Description |
---|---|
int |
decode(java.io.InputStream iStream,
boolean explicit) |
int |
encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream,
boolean explicit) |
void |
encodeAndSave(int encodingSizeGuess) |
public static final org.openmuc.jasn1.ber.BerIdentifier identifier
protected org.openmuc.jasn1.ber.BerIdentifier id
public byte[] code
public java.util.List<AlternateAccess.SubChoice> seqOf
public AlternateAccess()
public AlternateAccess(byte[] code)
public AlternateAccess(java.util.List<AlternateAccess.SubChoice> seqOf)
public int encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream, boolean explicit) throws java.io.IOException
java.io.IOException
public int decode(java.io.InputStream iStream, boolean explicit) throws java.io.IOException
java.io.IOException
public void encodeAndSave(int encodingSizeGuess) throws java.io.IOException
java.io.IOException