Fix Extractor.read throws documentation

PiperOrigin-RevId: 311755157
This commit is contained in:
aquilescanta 2020-05-15 18:23:02 +01:00 committed by Andrew Lewis
parent 793f12da6d
commit f6d0e34cea

View File

@ -96,7 +96,7 @@ public interface Extractor {
* @param seekPosition If {@link #RESULT_SEEK} is returned, this holder is updated to hold the
* position of the required data.
* @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
int read(ExtractorInput input, PositionHolder seekPosition) throws IOException;