Package arc.util.io

Class ByteBufferOutput

java.lang.Object
arc.util.io.ByteBufferOutput
All Implemented Interfaces:
DataOutput

public class ByteBufferOutput extends Object implements DataOutput
DataOutput wrapper of ByteBuffer.
  • Field Details

  • Constructor Details

    • ByteBufferOutput

      public ByteBufferOutput(ByteBuffer buffer)
      Wraps the specified ByteBuffer.
    • ByteBufferOutput

      public ByteBufferOutput()
      buffer must be set before this object can be used.
  • Method Details