Annotation Type Extractor.ReadResult
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface Extractor.ReadResult
Result values that can be returned byExtractor.read(ExtractorInput, PositionHolder). One ofExtractor.RESULT_CONTINUE,Extractor.RESULT_SEEKorExtractor.RESULT_END_OF_INPUT.