|
JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Thread
org.jpedal.PdfDecoder.LinearThread
public class PdfDecoder.LinearThread
handles download of rest of file in Linearized mode
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
int |
percentageDone
|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
PdfDecoder.LinearThread(java.io.InputStream is,
java.nio.channels.FileChannel fos,
java.io.File tempURLFile,
org.jpedal.objects.raw.PdfObject linearObj,
byte[] linearBytes,
org.jpedal.io.LinearizedHintTable linHintTable)
|
|
| Method Summary | |
|---|---|
int |
getPercentageLoaded()
|
void |
run()
|
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int percentageDone
| Constructor Detail |
|---|
public PdfDecoder.LinearThread(java.io.InputStream is,
java.nio.channels.FileChannel fos,
java.io.File tempURLFile,
org.jpedal.objects.raw.PdfObject linearObj,
byte[] linearBytes,
org.jpedal.io.LinearizedHintTable linHintTable)
| Method Detail |
|---|
public int getPercentageLoaded()
public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread
|
JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||