Uses of Interface
org.xerial.snappy.buffer.BufferAllocatorFactory
-
Packages that use BufferAllocatorFactory Package Description org.xerial.snappy Snappy API for compressing/decompressing data.org.xerial.snappy.buffer -
-
Uses of BufferAllocatorFactory in org.xerial.snappy
Constructors in org.xerial.snappy with parameters of type BufferAllocatorFactory Constructor Description SnappyOutputStream(java.io.OutputStream out, int blockSize, BufferAllocatorFactory bufferAllocatorFactory)
-
Uses of BufferAllocatorFactory in org.xerial.snappy.buffer
Fields in org.xerial.snappy.buffer declared as BufferAllocatorFactory Modifier and Type Field Description private static BufferAllocatorFactory
CachedBufferAllocator. factory
static BufferAllocatorFactory
DefaultBufferAllocator. factory
Methods in org.xerial.snappy.buffer that return BufferAllocatorFactory Modifier and Type Method Description static BufferAllocatorFactory
CachedBufferAllocator. getBufferAllocatorFactory()
Methods in org.xerial.snappy.buffer with parameters of type BufferAllocatorFactory Modifier and Type Method Description static void
CachedBufferAllocator. setBufferAllocatorFactory(BufferAllocatorFactory factory)
-