org.xerial.snappy.buffer.BufferAllocatorFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of snappy-java Show documentation
Show all versions of snappy-java Show documentation
snappy-java: A fast compression/decompression library
package org.xerial.snappy.buffer;
/**
*
*/
public interface BufferAllocatorFactory
{
BufferAllocator getBufferAllocator(int minSize);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy