Package com.stardog.stark.io
Class LineBatch
java.lang.Object
com.stardog.stark.io.LineBatch
Batch of consecutive lines read from a stream. Each batch contains the line number from the stream where the
batch starts.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongLine number for the fist line in the batch.getLines()The list of lines.
-
Field Details
-
EMPTY
An empty batch with no lines and -1 line number.
-
-
Constructor Details
-
LineBatch
-
-
Method Details
-
getLines
The list of lines. -
getLineNumber
public long getLineNumber()Line number for the fist line in the batch.
-