Class CachedUrlStream.LoaderThread

java.lang.Object
de.jarnbjo.ogg.CachedUrlStream.LoaderThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
CachedUrlStream

public class CachedUrlStream.LoaderThread
extends java.lang.Object
implements java.lang.Runnable
  • Constructor Summary

    Constructors
    Constructor Description
    LoaderThread​(java.io.InputStream inputStream, java.io.RandomAccessFile randomAccessFile, byte[] byteArray)  
  • Method Summary

    Modifier and Type Method Description
    boolean isBosDone()  
    void run()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LoaderThread

      public LoaderThread​(java.io.InputStream inputStream, java.io.RandomAccessFile randomAccessFile, byte[] byteArray)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable
    • isBosDone

      public boolean isBosDone()