Class FileStream

java.lang.Object
de.jarnbjo.ogg.FileStream
All Implemented Interfaces:
PhysicalOggStream

public class FileStream
extends java.lang.Object
implements PhysicalOggStream
  • Constructor Summary

    Constructors
    Constructor Description
    FileStream​(java.io.RandomAccessFile source)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    java.util.Collection getLogicalStreams()  
    OggPage getOggPage​(int index)  
    boolean isOpen()  
    boolean isSeekable()  
    void setTime​(long granulePosition)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait