Uses of Interface
dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.View
Packages that use UnixFSCircularBlockBuffer.View
-
Uses of UnixFSCircularBlockBuffer.View in dev.getelements.elements.rt.transact.unix
Methods in dev.getelements.elements.rt.transact.unix that return UnixFSCircularBlockBuffer.ViewModifier and TypeMethodDescriptiondefault <OtherT> UnixFSCircularBlockBuffer.View
<OtherT> Transforms this type ofUnixFSCircularBlockBuffer.View<UnixFSCircularBlockBuffer.View>
to an instance ofUnixFSCircularBlockBuffer.View<OtherT>
.<StructT extends javolution.io.Struct>
UnixFSCircularBlockBuffer.View<StructT> UnixFSCircularBlockBuffer.forStructType
(Supplier<StructT> structSuppler) Allows for the creation of aUnixFSCircularBlockBuffer.View<StructT extends javolution.io.Struct>
which can represent the underlying data slices as a fixed-sized array ofStruct
types.UnixFSCircularBlockBuffer.rawView()
Returns a raw-view of the circular block buffer.UnixFSCircularBlockBuffer.View.reset()
Resets thisUnixFSCircularBlockBuffer.View<ViewedT>
.