Oracle Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.2)

E26041-01

coherence::io Namespace Reference


Detailed Description

Provides for system input and output through serialization and deserialization.


Classes

class  AbstractEvolvable
 Abstract base implementation of the Evolvable interface. More...
class  AbstractOctetArrayReadBuffer
 The AbstractOctetArrayReadBuffer abstract class is intended to serve as a base class for the following:. More...
class  AbstractReadBuffer
 Abstract base implementation of the ReadBuffer interface. More...
class  AbstractWriteBuffer
 The AbstractWriteBuffer is a partial implementation of the WriteBuffer interface intended to be used as a base class for easily creating concrete WriteBuffer implementations. More...
class  ConfigurableSerializerFactory
 A factory for Serializer objects. More...
class  DelegatingWriteBuffer
 A DelegatingWriteBuffer is a WriteBuffer that writes through to an underlying (or "containing") WriteBuffer. More...
class  EOFException
 Signals that an end of file or stream has been reached unexpectedly during input. More...
class  Evolvable
 The Evolvable interface is implemented by classes that require forwards- and backwards-compatibility of their serialized form. More...
class  InterruptedIOException
 Signals that the current thread has been interrupted while blocked on IO. More...
class  IOException
 Signals that an I/O exception of some sort has occurred. More...
class  OctetArrayReadBuffer
 A ReadBuffer on top of an octet Array. More...
class  OctetArrayWriteBuffer
 OctetArrayWriteBuffer is an implementation of WriteBuffer on an octet array. More...
class  ReadBuffer
 The ReadBuffer interface represents an in-memory block of binary data. More...
class  Serializer
 The Serializer interface provides the capability of reading and writing an object from and to an in-memory buffer. More...
class  SerializerFactory
 A factory for Serializer objects. More...
class  UTFDataFormatException
 Signals that a malformed UTF-8 string has been read in a data input stream. More...
class  WrapperStreamFactory
 Provides the means to wrap an BufferInput and BufferOutput, such that functionality such as compression and encryption can be implemented in a layered, pluggable fashion. More...
class  WriteBuffer
 The WriteBuffer interface represents an in-memory block of binary data that is being accumulated (written to). More...

Namespaces

namespace  pof
 Contains classes related to POF serialization and deserialization.

Copyright © 2000, 2013, Oracle and/or its affiliates. All rights reserved.