Class UnixFSCircularBlockBuffer.Slice<T>

java.lang.Object
dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.Slice<T>
Enclosing class:
UnixFSCircularBlockBuffer

public class UnixFSCircularBlockBuffer.Slice<T> extends Object
Represents a slice of the provided byte buffer array. Two UnixFSCircularBlockBuffer.Slice<T> instances are equal if they both point to the same index in the UnixFSCircularBlockBuffer, as they essentially point to the same data. This may be a little counterintuitive as two UnixFSCircularBlockBuffer.Slice<T> instances of differing generic types may be the same even if they house different values.