Interface ReadableFrameRowPointer
-
- All Known Implementing Classes:
ConstantFrameRowPointer,CursorFrameRowPointer
public interface ReadableFrameRowPointerPointer to a row position in some memory. The memory itself is handled separately, and generally comes from regionRowBasedFrameWriter.ROW_DATA_REGIONof a row-based frame. Each row pointed-to by this pointer is in the row-based frame format documented atRowReader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longlength()Length of the row (in bytes)longposition()Position of the start of the row relative to the start of the Frame
-