Cross-Platform C++

R

RandomAccessFile - class ot::io::RandomAccessFile
A class that represents an open file which can be used for both reading and writing in a random (non-sequential) manner.  
RandomAccessFile(const File&, Mode) - Constructor for class ot::io::RandomAccessFile
Constructs a RandomAccessFile by opening a connection to the file with the abstract pathname denoted by file.  
RandomAccessFile(const String&, Mode) - Constructor for class ot::io::RandomAccessFile
Constructs a RandomAccessFile by opening a connection to the file with the abstract pathname denoted by name.  
RawDecode(const String&) - Static function in class ot::net::URLDecoder
Converts a raw-encoded URI string into a Unicode String.  
RawEncode(const String&) - Static function in class ot::net::URLEncoder
Converts a Unicode string into an escaped form.  
read(Byte*, size_t) - Member function of class ot::io::BufferedInputStream
Reads up to bufLen bytes into the supplied buffer.  
read(CharType*, size_t) - Member function of class ot::io::BufferedReader
Reads up to bufLen CharType values into the supplied buffer.  
read(Byte*, size_t) - Member function of class ot::io::ByteArrayInputStream
Reads up to bufLen bytes into the supplied buffer.  
read(Byte*, size_t) - Member function of class ot::io::FileInputStream
Reads up to bufLen bytes into the supplied buffer.  
read() - Member function of class ot::io::FilterInputStream
Reads and returns a single Byte or InputStream::EndOfFile.  
read(Byte*, size_t) - Member function of class ot::io::FilterInputStream
Reads up to bufLen bytes into the supplied buffer.  
read() - Member function of class ot::io::FilterReader
Reads and returns a single CharType value.  
read(CharType*, size_t) - Member function of class ot::io::FilterReader
Reads up to bufLen CharType values into the supplied buffer.  
read() - Member function of class ot::io::InputStream
Reads and returns a single Byte or InputStream::EndOfFile.  
read(Byte*, size_t) - Member function of class ot::io::InputStream
Reads up to bufLen bytes into the supplied buffer.  
read(CharType*, size_t) - Member function of class ot::io::InputStreamReader
Reads up to bufLen CharType values into the supplied buffer.  
read(Byte*, size_t) - Member function of class ot::io::RandomAccessFile
Reads up to bufLen bytes into the supplied buffer.  
read() - Member function of class ot::io::Reader
Reads and returns a single CharType value.  
read(CharType*, size_t) - Member function of class ot::io::Reader
Reads up to bufLen CharType values into the supplied buffer.  
read(Byte*, size_t) - Member function of class ot::io::SequenceInputStream
Reads up to bufLen bytes into the supplied buffer.  
read(CharType*, size_t) - Member function of class ot::io::StringReader
Reads up to bufLen CharType values into the supplied buffer.  
readAtomic(CharType*, size_t) - Member function of class ot::io::BufferedReader
Reads an integral number of Unicode characters into the supplied CharType buffer.  
readAtomic() - Member function of class ot::io::BufferedReader
Reads a single Unicode Character.  
readAtomic(CharType*, size_t) - Member function of class ot::io::FilterReader
Reads an integral number of Unicode characters into the supplied CharType buffer.  
readAtomic() - Member function of class ot::io::FilterReader
Reads a single Unicode Character.  
readAtomic(CharType*, size_t) - Member function of class ot::io::InputStreamReader
Reads an integral number of Unicode characters into the supplied CharType buffer.  
readAtomic() - Member function of class ot::io::InputStreamReader
Reads a single Unicode Character.  
readAtomic(CharType*, size_t) - Member function of class ot::io::Reader
Reads an integral number of Unicode characters into the supplied CharType buffer.  
readAtomic() - Member function of class ot::io::Reader
Reads a single Unicode Character.  
readAtomic(CharType*, size_t) - Member function of class ot::io::StringReader
Reads an integral number of Unicode characters into the supplied CharType buffer.  
readAtomic() - Member function of class ot::io::StringReader
Reads a single Unicode Character.  
readBoolean() - Member function of class ot::io::DataInput
Reads a single byte from the input stream and converts it to a bool value.  
readByte() - Member function of class ot::io::DataInput
Reads a single byte from the input stream.  
Reader - class ot::io::Reader
Abstract class for reading a Unicode character stream.  
Reader() - Constructor for class ot::io::Reader
Default constructor.  
Reader(SynchronizedObject*) - Constructor for class ot::io::Reader
Constructor taking a SynchronizedObject which will be used as the lock for synchronized functions.  
readFile(FileDescriptor*, Byte*, size_t) - Member function of class ot::io::FileSystem
Reads up to bufLen bytes from an open file into the supplied buffer.  
readFully(Byte*, size_t) - Member function of class ot::io::DataInput
Reads exactly bufLen bytes from the current position in the stream.  
readFully(Byte*, size_t) - Member function of class ot::io::DataInputStream
Reads exactly bufLen bytes from the current position in the stream.  
readFully(Byte*, size_t) - Member function of class ot::io::RandomAccessFile
Reads exactly bufLen bytes from the current position in the file.  
readInt64() - Member function of class ot::io::DataInput
Reads 8 bytes from the stream into a 64-bit integer value.  
readLine(String&) - Member function of class ot::io::BufferedReader
Reads a line of text into the return parameter ret.  
ReadLineLatin1(InputStream*, String&) - Static function in class ot::net::MimeHeaderParser
Helper function to read a line from an InputStream into a String.  
readLong() - Member function of class ot::io::DataInput
Reads 4 bytes from the stream into a long integer value.  
readShort() - Member function of class ot::io::DataInput
Reads 2 bytes from the stream into a short integer value.  
readUnsignedInt64() - Member function of class ot::io::DataInput
Reads 8 bytes from the stream into a 64-bit unsigned integer value.  
readUnsignedLong() - Member function of class ot::io::DataInput
Reads 4 bytes from the stream into an unsigned long integer value.  
readUnsignedShort() - Member function of class ot::io::DataInput
Reads 2 bytes from the stream into an unsigned short integer value.  
readUTF() - Member function of class ot::io::DataInput
Reads a String value stored in UTF format.  
receive(DatagramPacket&) - Member function of class ot::net::DatagramSocket
Receives a datagram packet from the network using this datagram socket.  
receive(DatagramPacket&) - Member function of class ot::net::DatagramSocketImpl
 
RecursiveMutex - class ot::RecursiveMutex
Variety of mutex that can be locked multiple times by the same thread without blocking.  
RecursiveMutex() - Constructor for class ot::RecursiveMutex
Default constructor.  
reference - typedef in class ot::StringIterator
 
RefPtr - class ot::RefPtr
Template class that helps to implement the ManagedObject reference-counting scheme.  
RefPtr() - Constructor for class ot::RefPtr
Default constructor.  
RefPtr(const RefPtr< T >&) - Constructor for class ot::RefPtr
Constructs a RefPtr from another RefPtr with the same object type.  
RefPtr(T*) - Constructor for class ot::RefPtr
Constructs a RefPtr with a pointer to T.  
RefPtrMember - class ot::RefPtrMember
Template class designed to be used as a member variable within a class that needs to store object references, possibly even a reference to itself.  
RefPtrMember(ManagedObject*) - Constructor for class ot::RefPtrMember
Standard constructor, requires a pointer to a ManagedObject which is the parent object containing this RefPtrMember as a member.  
RefPtrMember(ManagedObject*, T*) - Constructor for class ot::RefPtrMember
Constructs a RefPtrMember with a pointer to T.  
RefPtrMember(ManagedObject*, const RefPtrMember< T >&) - Constructor for class ot::RefPtrMember
Constructs a RefPtrMember with another RefPtrMember.  
RefPtrMember(ManagedObject*, const RefPtr< T >&) - Constructor for class ot::RefPtrMember
Constructs a RefPtrMember from a RefPtr for the same type.  
regenerateSeparator() - Member function of class ot::web::MultipartFormEmulator
Sets the ByteString used to separate individual parts of the multipart form data to a new randomly generated string.  
registerHandler(HttpRequestHandler*) - Member function of class ot::web::HttpClient
Registers an application-supplied HttpRequestHandler with this HttpClient.  
registerObject(ManagedObject*, DestructionOrder) - Member function of class ot::ObjectManager
Registers an instance of ManagedObject with this ObjectManager.  
RegisterTerminationHandler(TerminationHandler*) - Static function in class ot::System
Registers a handler object to be called upon system termination.  
RegisterTerminationHandler(ThreadTerminationHandler*) - Static function in class ot::Thread
Registers a handler object to be called upon thread termination.  
release() - Member function of class ot::ArrayAutoPtr
Returns the contained pointer and revokes 'ownership', so that the destructor or assignment will not delete the contained pointer.  
release() - Member function of class ot::ManagedObject
Decrements the reference-count of the object.  
release() - Member function of class ot::RefPtr
Decrements the reference count of the contained object pointer if it is not null, before setting it to null.  
release() - Member function of class ot::RefPtrMember
Decrements the reference count of the contained object pointer if it is not null and is not the same as the parent object.  
removeAll() - Member function of class ot::xml::AttributeSet
 
removeAll() - Member function of class ot::xml::AttributeSetImpl
 
removeAllHeaders(const String&) - Member function of class ot::net::MimeHeaderSequence
Removes all headers with the specified name from this sequence.  
removeAttribute(size_t) - Member function of class ot::xml::AttributeSet
 
removeAttribute(size_t) - Member function of class ot::xml::AttributeSetImpl
 
removeAttribute(size_t) - Member function of class ot::sax::AttributesImpl
Removes an attribute from the collection.  
removeHandshakeCompletedListener(HandshakeCompletedListener*) - Member function of class ot::ssl::SSLSocket
Unregisters a previously registered listener object.  
rename(const String&, const String&) - Member function of class ot::io::FileSystem
Renames a file.  
renameFile(const String&, const String&) - Member function of class ot::net::FtpClient
Renames a file on the remote FTP server.  
renameTo(const File&) - Member function of class ot::io::File
Renames the file denoted by the abstract pathname to the abstract pathname file.  
ReplaceAll(String&, CharType, const String&) - Static function in class ot::StringUtils
Replaces all CharType values in a String with a replacement String of CharType elements.  
ReplaceAll(String&, const String&, const String&) - Static function in class ot::StringUtils
Replaces all CharType sequences in a String that match the search String with a replacement String.  
RequestPasswordAuthentication(InetAddress*, int, const String&, const String&, const String&, bool, String&, String&) - Static function in class ot::net::Authenticator
Static method that simply passes the request to the registered global Authenticator (if any).  
reset() - Member function of class ot::io::BufferedInputStream
Resets the position in the byte stream to a previously marked position.  
reset() - Member function of class ot::io::BufferedReader
Resets the position in the character stream to a previously marked position.  
reset() - Member function of class ot::io::ByteArrayInputStream
Resets the position in the byte stream to a previously marked position.  
reset() - Member function of class ot::io::ByteArrayOutputStream
Resets the internal buffer to zero size.  
reset() - Member function of class ot::io::FilterInputStream
Resets the position in the byte stream to a previously marked position.  
reset() - Member function of class ot::io::FilterReader
Resets the position in the character stream to a previously marked position.  
reset() - Member function of class ot::io::InputStream
Resets the position in the byte stream to a previously marked position.  
reset() - Member function of class ot::sax::NamespaceSupport
Reset this Namespace support object for reuse.  
reset() - Member function of class ot::io::Reader
Resets the position in the character stream to a previously marked position.  
reset() - Member function of class ot::io::StringReader
Resets the position in the character stream to a previously marked position.  
resetHeaderFields() - Member function of class ot::net::URLConnection
 
resetSecondaryCatalog() - Member function of class ot::xmlcat::CatalogResolver
 
resolve(const String&) - Member function of class ot::io::FileSystem
Resolve a relative pathname.  
resolve(const String&, const String&) - Member function of class ot::io::FileSystem
Resolves a relative child pathname against a parent pathname to create an absolute pathname.  
resolveEntity(const String&, const String&, String&) - Member function of class ot::xmlcat::CatalogResolver
 
resolveEntity(const String&, const String&) - Member function of class ot::sax::DefaultHandler
Allow the application to resolve external entities.  
resolveEntity(const String&, const String&) - Member function of class ot::sax::EntityResolver
Allow the application to resolve external entities.  
resolveURI(const String&, String&) - Member function of class ot::xmlcat::CatalogResolver
 
ResourceDescriptor - class ot::io::ResourceDescriptor
An abstract base class used to connect OpenTop with operating system resources such as open files and network sockets.  
ResourceDescriptor(bool) - Constructor for class ot::io::ResourceDescriptor
Constructs a ResourceDescriptor, specifying whether the related operating system resource should be closed when this ResourceDescriptor is destroyed.  
retrieveFile(const String&, Int64Type) - Member function of class ot::net::FtpClient
Retrieves the specified file from the remote server and makes it available as an InputStream.  
retrieveFile(const String&, OutputStream*, Int64Type) - Member function of class ot::net::FtpClient
Retrieves the specified file from the remote server and copies it to the supplied OutputStream.  
returnToOwner() - Member function of class ot::web::HttpClientConnection
Releases this HttpClientConnection and returns it to the control of the HttpClientConnectionManager which created it.  
RPMessageSet - typedef in class ot::auxil::MessageFactoryImpl
 
run() - Member function of class ot::Runnable
Called by a Thread's start-up function when it has been initiated.  
run() - Member function of class ot::Thread
If this thread was constructed using a separate Runnable object, then that Runnable object's run() method is called; otherwise, this method does nothing and returns.  
Runnable - class ot::Runnable
Abstract 'interface' class which should be implemented by any class whose instances are intended to be executed by a Thread. The derived class must implement the pure virtual run() method.  
RuntimeException - class ot::RuntimeException
Base class for exceptions that can be thrown by almost all methods and which are not normally documented in the reference material.  
RuntimeException() - Constructor for class ot::RuntimeException
Constructs a RuntimeException without a detail message.  
RuntimeException(const String&) - Constructor for class ot::RuntimeException
Constructs a RuntimeException with a detail message.  

Cross-Platform C++

Found a bug or missing feature? Please email us at support@elcel.com

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements