| Modifier and Type | Method and Description | 
|---|---|
void | 
Asn1DecodeBuffer.capture(int nbytes)
This method captures bytes from the input stream to a separate
 object for later analysis. 
 | 
boolean | 
Asn1DecodeBitBuffer.decodeBit()
This method decodes a single bit value. 
 | 
boolean | 
Asn1PerDecodeBuffer.decodeBit()
This method decodes a single bit value. 
 | 
boolean | 
Asn1PerDecodeBuffer.decodeBit(java.lang.String ident)
This method decodes a single bit value. 
 | 
void | 
Asn1DecodeBitBuffer.moveBitCursor(long offset)
This method moves the bit cursor to the given offset. 
 | 
int | 
Asn1DecodeBuffer.read()
The read method reads a single byte from the current input stream
 and returns it to the caller. 
 | 
void | 
Asn1DecodeBuffer.read(byte[] buffer)
This version of the read method reads the number of bytes
 equal to the length of the given input buffer. 
 | 
void | 
Asn1DecodeBuffer.read(byte[] buffer,
    int offset,
    int nbytes)
This version of the read method reads the given number of bytes
 from the current input stream and writes them to the specified
 byte array at the given offset. 
 | 
int | 
Asn1DecodeBuffer.read2Bytes()
Read the next two bytes from the current input stream into an int,
 and return that int. 
 | 
int | 
Asn1DecodeBuffer.read4Bytes()
Read the next four bytes from the current input stream into an int,
 and return that int. 
 | 
void | 
Asn1DecodeBitBuffer.skipBits(long bits)
Skip the given number of bits. 
 | 
void | 
Asn1NasDecodeBuffer.skipToContainerEnd()
Skip all bits, up to and including the last bit of the container from
 the top of the container stack. 
 |