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