Package app.babylon.table.io
Interface Row
- All Known Implementing Classes:
RowBuffer
public interface Row
Represents a parsed input row as offsets into a shared character buffer.
-
Method Summary
-
Method Details
-
fieldCount
int fieldCount() -
chars
char[] chars() -
end
int end() -
start
int start(int fieldIndex) -
length
int length(int fieldIndex) -
copy
Row copy()
-