Uses of Class
org.snmp4j.asn1.BER.MutableByte

Packages that use BER.MutableByte
org.snmp4j.asn1 Provides classes and interfaces for the mapping between Abstract Syntax Notation One (ASN.1) formatted values and their transfer syntax according to the Basic Encoding Rules (BER). 
 

Uses of BER.MutableByte in org.snmp4j.asn1
 

Methods in org.snmp4j.asn1 with parameters of type BER.MutableByte
static int BER.decodeHeader(BERInputStream is, BER.MutableByte type)
          Decodes an ASN.1 header for an object with the ID and length specified.
static int BER.decodeHeader(BERInputStream is, BER.MutableByte type, boolean checkLength)
          Decodes an ASN.1 header for an object with the ID and length specified.
static int BER.decodeInteger(BERInputStream is, BER.MutableByte type)
           
static void BER.decodeNull(BERInputStream is, BER.MutableByte type)
           
static int[] BER.decodeOID(BERInputStream is, BER.MutableByte type)
           
static byte[] BER.decodeString(BERInputStream is, BER.MutableByte type)
           
static long BER.decodeUnsignedInt64(BERInputStream is, BER.MutableByte type)
           
static long BER.decodeUnsignedInteger(BERInputStream is, BER.MutableByte type)
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.