org.openiec61850.jmms.iso.acse.asn1
Class ACSE_apdu
java.lang.Object
org.openiec61850.jmms.iso.acse.asn1.ACSE_apdu
public class ACSE_apdu
- extends java.lang.Object
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
aarq
public AARQ_apdu aarq
aare
public AARE_apdu aare
rlrq
public RLRQ_apdu rlrq
rlre
public RLRE_apdu rlre
ACSE_apdu
public ACSE_apdu()
ACSE_apdu
public ACSE_apdu(byte[] code)
ACSE_apdu
public ACSE_apdu(AARQ_apdu aarq,
AARE_apdu aare,
RLRQ_apdu rlrq,
RLRE_apdu rlre)
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