Uses of Class
org.apache.jackrabbit.oak.commons.Buffer
Packages that use Buffer
-
Uses of Buffer in org.apache.jackrabbit.oak.commons
Methods in org.apache.jackrabbit.oak.commons that return BufferModifier and TypeMethodDescriptionstatic BufferBuffer.allocate(int cap) static BufferBuffer.allocateDirect(int cap) Buffer.asReadOnlyBuffer()Buffer.duplicate()Buffer.flip()Buffer.get(byte[] b) Buffer.get(byte[] b, int pos, int len) Buffer.limit(int lim) static BufferBuffer.map(FileChannel channel, FileChannel.MapMode mode, long position, long size) Buffer.mark()Buffer.position(int pos) Buffer.put(byte b) Buffer.put(byte[] b) Buffer.put(byte[] buf, int pos, int len) Buffer.putInt(int i) Buffer.putLong(long l) Buffer.reset()Buffer.rewind()Buffer.slice()static BufferBuffer.wrap(byte[] buffer) static BufferBuffer.wrap(byte[] buffer, int pos, int len) Methods in org.apache.jackrabbit.oak.commons with parameters of type Buffer