Method and Description |
---|
org.embulk.spi.Buffer.allocate(int)
This method is to be removed. Plugins should no longer call it directly.
|
org.embulk.spi.Buffer.array()
Accessing the internal
byte array is not safe. |
org.embulk.spi.Buffer.copyOf(byte[])
This method is to be removed. Plugins should no longer call it directly.
|
org.embulk.spi.Buffer.copyOf(byte[], int, int)
This method is to be removed. Plugins should no longer call it directly.
|
org.embulk.spi.Buffer.wrap(byte[])
This method is to be removed. Plugins should no longer call it directly.
|
org.embulk.spi.Buffer.wrap(byte[], int, int)
This method is to be removed. Plugins should no longer call it directly.
|