A B C D E F G H I J L M N O P R S T U V W X Y _

R

read() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
The read method reads a single byte from the current input stream and returns it to the caller.
read(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
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.
read(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This version of the read method reads the number of bytes equal to the length of the given input buffer.
read() - Method in class com.objsys.asn1j.runtime.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read2Bytes() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
Read the next two bytes from the current input stream into an int, and return that int.
read4Bytes() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
Read the next four bytes from the current input stream into an int, and return that int.
readBoolean() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Reads "true" or "false" from input and returns the corresponding boolean value.
readByte() - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This method returns the next available 8-bit value from the input stream.
readByte() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This abstract method returns the next available 8-bit value from the input stream.
readByte() - Method in class com.objsys.asn1j.runtime.Asn1MderDecodeBuffer
 
readByte() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method returns the next available 8-bit value from the input stream.
readCharacter(char) - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Read the given character from input.
readInt() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Convenience method equivalent to Integer.parseInt( this.readNumber() )
readJsonValue() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Read the next JSON value from the input.
readNull() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Reads "null" from input.
readNumber() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Read a JSON number from input.
readString(String) - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Convenience method which invokes readString() and throws an exception if the result is not the expectedValue.
readString() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Read a JSON string from the input.
REAL - Static variable in class com.objsys.asn1j.runtime.Asn1Type
REAL type code = 9
RELATIVE_OID_IRI - Static variable in class com.objsys.asn1j.runtime.Asn1Type
RELATIVE-OID-IRI type code = 35
RelativeOID - Static variable in class com.objsys.asn1j.runtime.Asn1Type
RELATIVE_OID type code = 13
removeCaptureBuffer(ByteArrayOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method is used to remove a capture buffer from the internal capture buffer list.
removeCaptureBuffer(ByteArrayOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method is used to remove a capture buffer from the internal capture buffer list.
removeLastElemName() - Method in class com.objsys.asn1j.runtime.Asn1PerBitFieldList
This method removes the last element name in the current fully qualified name string.
removeLastElemName() - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This method removes the last element name int the current fully qualified name string.
reset() - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method resets the buffer to allow a new record to be encoded into it.
reset() - Method in class com.objsys.asn1j.runtime.Asn1BerInputStream
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1DerInputStream
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This method resets the buffer to allow a new record to be encoded into it.
reset() - Method in interface com.objsys.asn1j.runtime.Asn1InputStream
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerBitFieldList
This method resets the object.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeTraceHandler
This method resets the trace bit field list.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method resets the buffer object so that it can be reused to encode another PER message.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeTraceHandler
This method resets the trace bit field list.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerInputStream
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStreamTraceHandler
This method does nothing here.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This method resets the trace bit field list.
reset() - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method resets the buffer to allow a new record to be encoded into it.
reset() - Method in class com.objsys.asn1j.runtime.Asn1XmlEncodeBuffer
This method resets the buffer to allow a new record to be encoded into it.
resetTrace() - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStreamTraceHandler
This method resets the trace bit field list.
resumeEncoding() - Method in class com.objsys.asn1j.runtime.Base64.OutputStream
Resumes encoding of the stream.
reverseBytes(int, int) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method reverses a series of bytes at a given offset within the encode buffer.

A B C D E F G H I J L M N O P R S T U V W X Y _