|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Asn1EndOfBufferException in com.objsys.asn1j.runtime |
---|
Methods in com.objsys.asn1j.runtime that throw Asn1EndOfBufferException | |
---|---|
void |
Asn1DecodeBuffer.capture(int nbytes)
This method captures bytes from the input stream to a separate object for later analysis. |
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 |
Asn1PerDecodeBuffer.decodeBitsToOctetArray(byte[] value,
int offset,
int nbits)
This method decodes bits from the input stream into an array of octets. |
void |
Asn1PerDecodeBuffer.decodeBitsToOctetArray(byte[] value,
int offset,
int nbits,
java.lang.String ident)
This method decodes bits from the input stream into an array of octets. |
void |
Asn1PerDecodeBuffer.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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |