Class ByteArrayWriteBuffer.ByteArrayBufferOutput

java.lang.Object
java.io.OutputStream
com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
com.tangosol.io.ByteArrayWriteBuffer.ByteArrayBufferOutput
All Implemented Interfaces:
com.oracle.coherence.common.io.OutputStreaming, OutputStreaming, WriteBuffer.BufferOutput, Closeable, DataOutput, Flushable, AutoCloseable
Enclosing class:
ByteArrayWriteBuffer

public final class ByteArrayWriteBuffer.ByteArrayBufferOutput extends AbstractWriteBuffer.AbstractBufferOutput
ByteArrayBufferOutput is an implementation of BufferOutput optimized for writing to the buffer's underlying byte array.
Author:
cp 2005.03.25
  • Constructor Details

    • ByteArrayBufferOutput

      public ByteArrayBufferOutput()
      Construct an ByteArrayBufferOutput that will begin writing at the start of the containing WriteBuffer.
    • ByteArrayBufferOutput

      public ByteArrayBufferOutput(int of)
      Construct an ByteArrayBufferOutput that will begin writing at the specified offset within the containing WriteBuffer.
      Parameters:
      of - the offset at which to begin writing
  • Method Details