Package com.oss.asn1

Class AVNInput

java.lang.Object
com.oss.avn.AVNReader
com.oss.asn1.AVNInput
All Implemented Interfaces:
Closeable, AutoCloseable

public class AVNInput extends com.oss.avn.AVNReader
Auxiliary class that is used to provide text input to the ValueNotationReader class.
  • Constructor Details

    • AVNInput

      public AVNInput(Reader in)
      Creates a new text input for the ASN.1 value notation reader.
      Parameters:
      in - a Reader object providing the underlying stream of ASN.1 value notation text.
    • AVNInput

      public AVNInput(String in)
      Creates a new text input for the ASN.1 value notation reader.
      Parameters:
      in - a String object that contains ASN.1 value notation.