JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org

org.jpedal
Class PdfDecoder.LinearThread

java.lang.Object
  extended by java.lang.Thread
      extended by org.jpedal.PdfDecoder.LinearThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
PdfDecoder

public class PdfDecoder.LinearThread
extends java.lang.Thread

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

percentageDone

public int percentageDone
Constructor Detail

PdfDecoder.LinearThread

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

getPercentageLoaded

public int getPercentageLoaded()

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org

JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org