Package org.apache.maven.buildcache.hash
Class ThreadLocalBuffer
- java.lang.Object
-
- org.apache.maven.buildcache.hash.ThreadLocalBuffer
-
public class ThreadLocalBuffer extends Object
ThreadLocalBuffer
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
static ByteBuffer
get(ThreadLocal<CloseableBuffer> local, int capacity)
-
-
-
Method Detail
-
get
public static ByteBuffer get(ThreadLocal<CloseableBuffer> local, int capacity)
-
-