public class

ByteBufferHolder

extends Object
java.lang.Object
   ↳ com.mongodb.io.ByteBufferHolder

Summary

Public Constructors
ByteBufferHolder()
ByteBufferHolder(int max)
Public Methods
int capacity()
byte get(int i)
void get(int pos, byte[] b)
int position()
void position(int p)
void put(ByteBuffer in)
void put(int i, byte val)
int remaining()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ByteBufferHolder ()

public ByteBufferHolder (int max)

Public Methods

public int capacity ()

public byte get (int i)

public void get (int pos, byte[] b)

public int position ()

public void position (int p)

public void put (ByteBuffer in)

public void put (int i, byte val)

public int remaining ()

public String toString ()