Package net.officefloor.server.stream
Interface ByteBufferFactory
-
public interface ByteBufferFactory
Factory to createByteBuffer
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.ByteBuffer
createByteBuffer()
Creates a newByteBuffer
.
-