| 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.Page.allocate(int) It is to be removed, implemented only for compatibility. Plugins should no longer call it directly. | 
| org.embulk.spi.Buffer.array() Accessing the internal  bytearray 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.config.ConfigSource.loadConfig(Class<T>) Use  embulk-util-configinstead. | 
| org.embulk.config.TaskSource.loadTask(Class<T>) Use  embulk-util-configinstead. | 
| org.embulk.spi.Page.wrap(Buffer) It is to be removed, implemented only for compatibility. 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. |