Uses of Interface
com.tangosol.io.OutputStreaming
Package
Description
Contains classes providing cache persistence of serialized objects.
Contains classes related to J2SE 1.4 NIO functionality.
Contains classes related to POF serialization and deserialization.
Contains various generic utilities.
-
Uses of OutputStreaming in com.tangosol.io
Modifier and TypeInterfaceDescriptionstatic interface
The BufferOutput interface represents a DataOutputStream on top of a WriteBuffer.Modifier and TypeClassDescriptionclass
AbstractBufferOutput is a concrete implementation of BufferOutput for the non-concrete AbstractWriteBuffer implementation.class
Writes binary data into a Writer using IETF RFC 2045 Base64 Content Transfer Encoding.final class
ByteArrayBufferOutput is an implementation of BufferOutput optimized for writing to the buffer's underlying byte array.class
This is an imitation DataOutputStream class that logs the output in a human-readable format for debugging purposes.final class
A BufferOutput implementation that delegates to a BufferOutput implementation, except that its offset range is shifted and limited.final class
The MultiBufferOutput implementation extends the AbstractBufferOutput to provide "pass through" operations to the underlying buffer if the operation is guaranteed to fit in the underlying buffer; otherwise, it virtualizes the operation onto the MultiBufferWriteBuffer itself so that the over-run of one underlying WriteBuffer will end up being written to the next underlying WriteBuffer.class
An OutputStream that accumulates the written data to a series of byte arrays that do not exceed a specified size.class
This is an imitation DataOutputStream class that packs its data tighter using variable-length integers and supports UTF longer than 64KB.class
SizeEstimatingBufferOutput is a WriteBuffer.BufferOutput implementation which writes nothing, and simply maintains an estimated byte count of how much would have been written.class
This is an imitation BufferOutput implementation that provides the BufferOutput interface by delegating to an object that implements the DataOutput interface.static class
A BufferOutput implementation that in addition to delegating to the given DataOutput provides an API to check whether the recipients of the content of this BufferOutput run versions that supersede (greater or equal to) the specified version.class
This is an imitation DataOutputStream class that provides the DataOutput interface by delegating to an object that implements the DataOutput interface.class
This is an imitation ObjectOutputStream class that provides the ObjectOutput interface by delegating to an object that implements the ObjectOutput interface.class
This is an OutputStream class that delegates to another OutputStream.class
Overrides PrintStream to delegate to a PrintWriter. -
Uses of OutputStreaming in com.tangosol.io.nio
Modifier and TypeClassDescriptionclass
An OutputStream implementation on top of a Java NIO ByteBuffer.final class
This is a simple implementation of the BufferOutput interface on top of a ByteBuffer. -
Uses of OutputStreaming in com.tangosol.io.pof
Modifier and TypeClassDescriptionclass
An ObjectOutput implementation suitable for writing Externalizable and ExternalizableLite objects to a POF stream, although without support for schema evolution and other advanced POF features. -
Uses of OutputStreaming in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
An OutputStream that implements DataOutput that delegates all operations other than flush and close to an underlying object that implements DataOutput.static class
An OutputStream that implements ObjectOutput that delegates all operations other than flush and close to an underlying object that implements ObjectOutput.static class
An OutputStream that delegates all operations other than flush and close to an underlying OutputStream.static class
An OutputStream that does basically nothing.