org.openiec61850.jmms.iso.acse.asn1
Class ACSE_apdu

java.lang.Object
  extended by org.openiec61850.jmms.iso.acse.asn1.ACSE_apdu

public class ACSE_apdu
extends java.lang.Object


Field Summary
 AARE_apdu aare
           
 AARQ_apdu aarq
           
 byte[] code
           
 RLRE_apdu rlre
           
 RLRQ_apdu rlrq
           
 
Constructor Summary
ACSE_apdu()
           
ACSE_apdu(AARQ_apdu aarq, AARE_apdu aare, RLRQ_apdu rlrq, RLRE_apdu rlre)
           
ACSE_apdu(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
 

Field Detail

code

public byte[] code

aarq

public AARQ_apdu aarq

aare

public AARE_apdu aare

rlrq

public RLRQ_apdu rlrq

rlre

public RLRE_apdu rlre
Constructor Detail

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)
Method Detail

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