org.openmuc.openiec61850.internal.mms.asn1
public final class Data extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DataSequence |
array |
org.openmuc.jasn1.ber.types.BerOctetString |
binary_time |
org.openmuc.jasn1.ber.types.BerBitString |
bit_string |
org.openmuc.jasn1.ber.types.BerBoolean |
boolean_ |
byte[] |
code |
org.openmuc.jasn1.ber.types.BerOctetString |
floating_point |
org.openmuc.jasn1.ber.types.BerInteger |
integer |
org.openmuc.jasn1.ber.types.string.BerUTF8String |
mms_string |
org.openmuc.jasn1.ber.types.BerOctetString |
octet_string |
DataSequence |
structure |
org.openmuc.jasn1.ber.types.BerInteger |
unsigned |
org.openmuc.jasn1.ber.types.BerOctetString |
utc_time |
org.openmuc.jasn1.ber.types.string.BerVisibleString |
visible_string |
Constructor and Description |
---|
Data() |
Data(byte[] code) |
Data(DataSequence array,
DataSequence structure,
org.openmuc.jasn1.ber.types.BerBoolean boolean_,
org.openmuc.jasn1.ber.types.BerBitString bit_string,
org.openmuc.jasn1.ber.types.BerInteger integer,
org.openmuc.jasn1.ber.types.BerInteger unsigned,
org.openmuc.jasn1.ber.types.BerOctetString floating_point,
org.openmuc.jasn1.ber.types.BerOctetString octet_string,
org.openmuc.jasn1.ber.types.string.BerVisibleString visible_string,
org.openmuc.jasn1.ber.types.BerOctetString binary_time,
org.openmuc.jasn1.ber.types.string.BerUTF8String mms_string,
org.openmuc.jasn1.ber.types.BerOctetString utc_time) |
Modifier and Type | Method and Description |
---|---|
int |
decode(java.io.InputStream iStream,
org.openmuc.jasn1.ber.BerIdentifier berIdentifier) |
int |
encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream,
boolean explicit) |
void |
encodeAndSave(int encodingSizeGuess) |
public byte[] code
public DataSequence array
public DataSequence structure
public org.openmuc.jasn1.ber.types.BerBoolean boolean_
public org.openmuc.jasn1.ber.types.BerBitString bit_string
public org.openmuc.jasn1.ber.types.BerInteger integer
public org.openmuc.jasn1.ber.types.BerInteger unsigned
public org.openmuc.jasn1.ber.types.BerOctetString floating_point
public org.openmuc.jasn1.ber.types.BerOctetString octet_string
public org.openmuc.jasn1.ber.types.string.BerVisibleString visible_string
public org.openmuc.jasn1.ber.types.BerOctetString binary_time
public org.openmuc.jasn1.ber.types.string.BerUTF8String mms_string
public org.openmuc.jasn1.ber.types.BerOctetString utc_time
public Data()
public Data(byte[] code)
public Data(DataSequence array, DataSequence structure, org.openmuc.jasn1.ber.types.BerBoolean boolean_, org.openmuc.jasn1.ber.types.BerBitString bit_string, org.openmuc.jasn1.ber.types.BerInteger integer, org.openmuc.jasn1.ber.types.BerInteger unsigned, org.openmuc.jasn1.ber.types.BerOctetString floating_point, org.openmuc.jasn1.ber.types.BerOctetString octet_string, org.openmuc.jasn1.ber.types.string.BerVisibleString visible_string, org.openmuc.jasn1.ber.types.BerOctetString binary_time, org.openmuc.jasn1.ber.types.string.BerUTF8String mms_string, org.openmuc.jasn1.ber.types.BerOctetString utc_time)
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, org.openmuc.jasn1.ber.BerIdentifier berIdentifier) throws java.io.IOException
java.io.IOException
public void encodeAndSave(int encodingSizeGuess) throws java.io.IOException
java.io.IOException