Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ public <E extends Throwable> void setRetryPosition(long position, E e) throws E
throw e;
}

/** Returns the wrapped {@link DataReader} instance. */
public DataReader getDataReader() {
return dataReader;
}

/**
* Ensures {@code peekBuffer} is large enough to store at least {@code length} bytes from the
* current peek position.
Expand Down