org.openiec61850.jmms.mms.asn1
Class Address
java.lang.Object
org.openiec61850.jmms.mms.asn1.Address
public class Address
- extends java.lang.Object
Constructor Summary |
Address()
|
Address(org.openmuc.jasn1.ber.types.BerInteger numericAddress,
org.openmuc.jasn1.ber.types.string.BerVisibleString symbolicAddress,
org.openmuc.jasn1.ber.types.BerOctetString unconstrainedAddress)
|
Address(byte[] code)
|
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code
public byte[] code
numericAddress
public org.openmuc.jasn1.ber.types.BerInteger numericAddress
symbolicAddress
public org.openmuc.jasn1.ber.types.string.BerVisibleString symbolicAddress
unconstrainedAddress
public org.openmuc.jasn1.ber.types.BerOctetString unconstrainedAddress
Address
public Address()
Address
public Address(byte[] code)
Address
public Address(org.openmuc.jasn1.ber.types.BerInteger numericAddress,
org.openmuc.jasn1.ber.types.string.BerVisibleString symbolicAddress,
org.openmuc.jasn1.ber.types.BerOctetString unconstrainedAddress)
encode
public int encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream,
boolean explicit)
throws java.io.IOException
- Throws:
java.io.IOException
decode
public int decode(java.io.InputStream iStream,
org.openmuc.jasn1.ber.BerIdentifier berIdentifier)
throws java.io.IOException
- Throws:
java.io.IOException
encodeAndSave
public void encodeAndSave(int encodingSizeGuess)
throws java.io.IOException
- Throws:
java.io.IOException