Package io.deephaven.sbe.standalone.gen
Class ShortColumnDataDecoder.RangesDecoder
java.lang.Object
io.deephaven.sbe.standalone.gen.ShortColumnDataDecoder.RangesDecoder
- All Implemented Interfaces:
Iterable<ShortColumnDataDecoder.RangesDecoder>
,Iterator<ShortColumnDataDecoder.RangesDecoder>
- Enclosing class:
- ShortColumnDataDecoder
public static class ShortColumnDataDecoder.RangesDecoder extends Object implements Iterable<ShortColumnDataDecoder.RangesDecoder>, Iterator<ShortColumnDataDecoder.RangesDecoder>
-
Field Summary
Fields Modifier and Type Field Description static int
HEADER_SIZE
-
Constructor Summary
Constructors Constructor Description RangesDecoder()
-
Method Summary
-
Field Details
-
HEADER_SIZE
public static final int HEADER_SIZE- See Also:
- Constant Field Values
-
-
Constructor Details
-
RangesDecoder
public RangesDecoder()
-
-
Method Details
-
wrap
-
sbeHeaderSize
public static int sbeHeaderSize() -
sbeBlockLength
public static int sbeBlockLength() -
actingBlockLength
public int actingBlockLength() -
count
public int count() -
iterator
- Specified by:
iterator
in interfaceIterable<ShortColumnDataDecoder.RangesDecoder>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<ShortColumnDataDecoder.RangesDecoder>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<ShortColumnDataDecoder.RangesDecoder>
-
next
- Specified by:
next
in interfaceIterator<ShortColumnDataDecoder.RangesDecoder>
-
startIndexId
public static int startIndexId() -
startIndexSinceVersion
public static int startIndexSinceVersion() -
startIndexEncodingOffset
public static int startIndexEncodingOffset() -
startIndexEncodingLength
public static int startIndexEncodingLength() -
startIndexMetaAttribute
-
startIndexNullValue
public static long startIndexNullValue() -
startIndexMinValue
public static long startIndexMinValue() -
startIndexMaxValue
public static long startIndexMaxValue() -
startIndex
public long startIndex() -
endIndexId
public static int endIndexId() -
endIndexSinceVersion
public static int endIndexSinceVersion() -
endIndexEncodingOffset
public static int endIndexEncodingOffset() -
endIndexEncodingLength
public static int endIndexEncodingLength() -
endIndexMetaAttribute
-
endIndexNullValue
public static long endIndexNullValue() -
endIndexMinValue
public static long endIndexMinValue() -
endIndexMaxValue
public static long endIndexMaxValue() -
endIndex
public long endIndex() -
toString
-
appendTo
-