Package org.jpedal.external
Interface ErrorTracker
public interface ErrorTracker
The ErrorTracker interface allows monitoring of page decode progress and can be used to end a page decode early.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPageFailureMessage
(String memory_error_decoding_token_stream) boolean
checkForExitRequest
(int dataPointer, int streamSize) void
finishedPageDecoding
(int rawPage) boolean
void
startedPageDecoding
(int rawPage)
-
Method Details
-
addPageFailureMessage
-
getPageFailureMessage
String getPageFailureMessage() -
ispageSuccessful
boolean ispageSuccessful() -
checkForExitRequest
boolean checkForExitRequest(int dataPointer, int streamSize) -
finishedPageDecoding
void finishedPageDecoding(int rawPage) -
startedPageDecoding
void startedPageDecoding(int rawPage)
-