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 BufferAllocatorFactoryCachedBufferAllocator. factorystatic BufferAllocatorFactoryDefaultBufferAllocator. factoryMethods in org.xerial.snappy.buffer that return BufferAllocatorFactory Modifier and Type Method Description static BufferAllocatorFactoryCachedBufferAllocator. getBufferAllocatorFactory()Methods in org.xerial.snappy.buffer with parameters of type BufferAllocatorFactory Modifier and Type Method Description static voidCachedBufferAllocator. setBufferAllocatorFactory(BufferAllocatorFactory factory)
-