Package app.babylon.table.io
Class RowStreamBuffered
java.lang.Object
app.babylon.table.io.RowStreamBuffered
- All Implemented Interfaces:
RowStreamMarkable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RowStreamBuffered
-
-
Method Details
-
mark
public void mark(int rowIndex) - Specified by:
markin interfaceRowStreamMarkable
-
reset
public void reset()Description copied from interface:RowStreamMarkableReset the stream to the first data row following the row previously marked byRowStreamMarkable.mark(int). If no row was marked, resets to the start of the recorded rows.- Specified by:
resetin interfaceRowStreamMarkable
-
next
- Specified by:
nextin interfaceRowStreamMarkable- Throws:
IOException
-
current
- Specified by:
currentin interfaceRowStreamMarkable
-