public static class

ByteBufferFactory.SimpleHeapByteBufferFactory

extends Object
implements ByteBufferFactory
java.lang.Object
   ↳ com.mongodb.io.ByteBufferFactory.SimpleHeapByteBufferFactory

Summary

Public Constructors
ByteBufferFactory.SimpleHeapByteBufferFactory(int size)
Public Methods
ByteBuffer get()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.mongodb.io.ByteBufferFactory

Public Constructors

public ByteBufferFactory.SimpleHeapByteBufferFactory (int size)

Public Methods

public ByteBuffer get ()