Class ByteArrayWriteBuffer.ByteArrayBufferOutput

    • Constructor Detail

      • 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