Active Virtual Network Management Prediction (AVNMP) Classes

snmp
Class AsnDecoder

java.lang.Object
  |
  +--snmp.AsnDecoder
All Implemented Interfaces:
java.io.Serializable

public class AsnDecoder
extends java.lang.Object
implements java.io.Serializable

This class decodes a stream of ASN.1 into a PduSequence.

Version:
$Revision: 1.1.1.1 $ $State: Exp $
Author:
Steve Bush
See Also:
Serialized Form

Constructor Summary
AsnDecoder()
           
 
Method Summary
 AsnPduSequence DecodeSNMP(java.io.InputStream in)
          This function decodes an input stream into a PduSequence.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsnDecoder

public AsnDecoder()
Method Detail

DecodeSNMP

public AsnPduSequence DecodeSNMP(java.io.InputStream in)
                          throws java.io.IOException
This function decodes an input stream into a PduSequence.
Parameters:
in - An input stream assumed to be ASN.1
Returns:
Pulls a Pdu sequence from the input stream and returns it.

Active Virtual Network Management Prediction (AVNMP) Classes