Package app.babylon.table.io
Interface Row
- All Known Implementing Classes:
RowBuffer
public interface Row
Represents a parsed input row represented as a character slice.
-
Method Summary
-
Method Details
-
size
int size() -
isEmpty
boolean isEmpty() -
isSet
boolean isSet(int fieldIndex) -
chars
char[] chars() -
end
int end() -
start
int start(int fieldIndex) -
length
int length(int fieldIndex) -
keyOf
-
copy
Row copy()
-