Uses of Interface
com.tangosol.io.OutputStreaming
Packages that use 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
Subinterfaces of OutputStreaming in com.tangosol.ioModifier and TypeInterfaceDescriptionstatic interfaceThe BufferOutput interface represents a DataOutputStream on top of a WriteBuffer.Classes in com.tangosol.io that implement OutputStreamingModifier and TypeClassDescriptionclassAbstractBufferOutput is a concrete implementation of BufferOutput for the non-concrete AbstractWriteBuffer implementation.classWrites binary data into a Writer using IETF RFC 2045 Base64 Content Transfer Encoding.final classByteArrayBufferOutput is an implementation of BufferOutput optimized for writing to the buffer's underlying byte array.classThis is an imitation DataOutputStream class that logs the output in a human-readable format for debugging purposes.final classA BufferOutput implementation that delegates to a BufferOutput implementation, except that its offset range is shifted and limited.final classThe 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.classAn OutputStream that accumulates the written data to a series of byte arrays that do not exceed a specified size.classThis is an imitation DataOutputStream class that packs its data tighter using variable-length integers and supports UTF longer than 64KB.classSizeEstimatingBufferOutput is a WriteBuffer.BufferOutput implementation which writes nothing, and simply maintains an estimated byte count of how much would have been written.classThis is an imitation BufferOutput implementation that provides the BufferOutput interface by delegating to an object that implements the DataOutput interface.static classA 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.classThis is an imitation DataOutputStream class that provides the DataOutput interface by delegating to an object that implements the DataOutput interface.classThis is an imitation ObjectOutputStream class that provides the ObjectOutput interface by delegating to an object that implements the ObjectOutput interface.classThis is an OutputStream class that delegates to another OutputStream.classOverrides PrintStream to delegate to a PrintWriter. -
Uses of OutputStreaming in com.tangosol.io.nio
Classes in com.tangosol.io.nio that implement OutputStreamingModifier and TypeClassDescriptionclassAn OutputStream implementation on top of a Java NIO ByteBuffer.final classThis is a simple implementation of the BufferOutput interface on top of a ByteBuffer. -
Uses of OutputStreaming in com.tangosol.io.pof
Classes in com.tangosol.io.pof that implement OutputStreamingModifier and TypeClassDescriptionclassAn 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
Classes in com.tangosol.util that implement OutputStreamingModifier and TypeClassDescriptionstatic classAn OutputStream that implements DataOutput that delegates all operations other than flush and close to an underlying object that implements DataOutput.static classAn OutputStream that implements ObjectOutput that delegates all operations other than flush and close to an underlying object that implements ObjectOutput.static classAn OutputStream that delegates all operations other than flush and close to an underlying OutputStream.static classAn OutputStream that does basically nothing.