Class ChannelData.Mark
java.lang.Object
org.apache.sis.internal.storage.io.ChannelData.Mark
- Enclosing class:
ChannelData
A mark pushed by the
ChannelData.mark()
method
and pooled by the ChannelData.reset()
method.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final byte
(package private) ChannelData.Mark
(package private) final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
position
final long position -
bitOffset
final byte bitOffset -
next
ChannelData.Mark next
-
-
Constructor Details
-
Mark
Mark(long position, byte bitOffset, ChannelData.Mark next)
-