All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nustaq.offheap.bytez.ByteSink Maven / Gradle / Ivy

There is a newer version: 0.40.13
Show newest version
package org.nustaq.offheap.bytez;

/**
 * Created by moelrue on 5/5/15.
 */
public interface ByteSink {

    public void put(long byteIndex, byte value);
    public long length();
    public void copyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy