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

com.xxdb.compression.Encoder Maven / Gradle / Ivy

There is a newer version: 3.00.2.2
Show newest version
package com.xxdb.compression;

import com.xxdb.data.AbstractVector;

import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.List;

public interface Encoder {

    ByteBuffer compress(AbstractVector input, int elementCount, int unitLength, int maxCompressedLength, ByteBuffer out) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy