Commit f6d0e34c by aquilescanta Committed by Andrew Lewis

Fix Extractor.read throws documentation

PiperOrigin-RevId: 311755157
parent 793f12da
...@@ -96,7 +96,7 @@ public interface Extractor { ...@@ -96,7 +96,7 @@ public interface Extractor {
* @param seekPosition If {@link #RESULT_SEEK} is returned, this holder is updated to hold the * @param seekPosition If {@link #RESULT_SEEK} is returned, this holder is updated to hold the
* position of the required data. * position of the required data.
* @return One of the {@code RESULT_} values defined in this interface. * @return One of the {@code RESULT_} values defined in this interface.
* @throws IOException If an error occurred reading from the input. * @throws IOException If an error occurred reading from or parsing the input.
*/ */
@ReadResult @ReadResult
int read(ExtractorInput input, PositionHolder seekPosition) throws IOException; int read(ExtractorInput input, PositionHolder seekPosition) throws IOException;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment