public class DefaultDataBufferFactory extends Object implements DataBufferFactory
| Constructor and Description |
|---|
DefaultDataBufferFactory() |
| Modifier and Type | Method and Description |
|---|---|
DataBuffer |
createDouble(byte[] data,
int length)
Create a double buffer buffer
|
DataBuffer |
createDouble(ByteBuffer buffer,
int length)
Creates a double data buffer
|
DataBuffer |
createDouble(double[] data)
Creates a double data buffer
|
DataBuffer |
createDouble(double[] data,
boolean copy)
Creates a double data buffer
|
DataBuffer |
createDouble(float[] data)
Creates a double data buffer
|
DataBuffer |
createDouble(float[] data,
boolean copy)
Creates a double data buffer
|
DataBuffer |
createDouble(int length)
Create a double data buffer
|
DataBuffer |
createDouble(int[] data)
Creates a double data buffer
|
DataBuffer |
createDouble(int[] data,
boolean copy)
Creates a double data buffer
|
DataBuffer |
createFloat(byte[] data,
int length)
Create a double buffer
|
DataBuffer |
createFloat(ByteBuffer buffer,
int length)
Create a float data buffer
|
DataBuffer |
createFloat(double[] data)
Creates a float data buffer
|
DataBuffer |
createFloat(double[] data,
boolean copy)
Creates a float data buffer
|
DataBuffer |
createFloat(float[] data)
Creates a float data buffer
|
DataBuffer |
createFloat(float[] data,
boolean copy)
Creates a float data buffer
|
DataBuffer |
createFloat(int length)
Create a float data buffer
|
DataBuffer |
createFloat(int[] data)
Creates a double data buffer
|
DataBuffer |
createFloat(int[] data,
boolean copy)
Creates a double data buffer
|
DataBuffer |
createInt(ByteBuffer buffer,
int length)
Create int buffer
|
DataBuffer |
createInt(double[] data)
Creates an int data buffer
|
DataBuffer |
createInt(double[] data,
boolean copy)
Creates an int data buffer
|
DataBuffer |
createInt(float[] data)
Creates an int data buffer
|
DataBuffer |
createInt(float[] data,
boolean copy)
Creates an int data buffer
|
DataBuffer |
createInt(int length)
Create an int data buffer
|
DataBuffer |
createInt(int[] data)
Creates a double data buffer
|
DataBuffer |
createInt(int[] data,
boolean copy)
Creates a double data buffer
|
public DataBuffer createInt(ByteBuffer buffer, int length)
DataBufferFactorycreateInt in interface DataBufferFactorypublic DataBuffer createFloat(ByteBuffer buffer, int length)
DataBufferFactorycreateFloat in interface DataBufferFactorypublic DataBuffer createDouble(ByteBuffer buffer, int length)
DataBufferFactorycreateDouble in interface DataBufferFactorypublic DataBuffer createDouble(int length)
DataBufferFactorycreateDouble in interface DataBufferFactorypublic DataBuffer createFloat(int length)
DataBufferFactorycreateFloat in interface DataBufferFactorylength - the length of the bufferpublic DataBuffer createInt(int length)
DataBufferFactorycreateInt in interface DataBufferFactorylength - the length of the data bufferpublic DataBuffer createDouble(int[] data)
DataBufferFactorycreateDouble in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createFloat(int[] data)
DataBufferFactorycreateFloat in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createInt(int[] data)
DataBufferFactorycreateInt in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createDouble(double[] data)
DataBufferFactorycreateDouble in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createDouble(byte[] data, int length)
DataBufferFactorycreateDouble in interface DataBufferFactorypublic DataBuffer createFloat(byte[] data, int length)
DataBufferFactorycreateFloat in interface DataBufferFactorypublic DataBuffer createFloat(double[] data)
DataBufferFactorycreateFloat in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createInt(double[] data)
DataBufferFactorycreateInt in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createDouble(float[] data)
DataBufferFactorycreateDouble in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createFloat(float[] data)
DataBufferFactorycreateFloat in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createInt(float[] data)
DataBufferFactorycreateInt in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createDouble(int[] data, boolean copy)
DataBufferFactorycreateDouble in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createFloat(int[] data, boolean copy)
DataBufferFactorycreateFloat in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createInt(int[] data, boolean copy)
DataBufferFactorycreateInt in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createDouble(double[] data, boolean copy)
DataBufferFactorycreateDouble in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createFloat(double[] data, boolean copy)
DataBufferFactorycreateFloat in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createInt(double[] data, boolean copy)
DataBufferFactorycreateInt in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createDouble(float[] data, boolean copy)
DataBufferFactorycreateDouble in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createFloat(float[] data, boolean copy)
DataBufferFactorycreateFloat in interface DataBufferFactorydata - the data to create the buffer frompublic DataBuffer createInt(float[] data, boolean copy)
DataBufferFactorycreateInt in interface DataBufferFactorydata - the data to create the buffer fromCopyright © 2016. All Rights Reserved.