Package 

Class TdfFile

  • All Implemented Interfaces:
    java.io.Closeable , java.lang.AutoCloseable

    
    public final class TdfFile
     implements Closeable
                        

    A Tiled Data Format (TDF) reader.

    TDF format is a binary format for track data designed by IGV team for their browser.

    TDF lacks an accurate and complete spec, thus the implementation is based on the high-level format overview in notes.txt and the sources of IGV itself.

    See https://github.com/igvteam/igv/blob/master/src/org/broad/igv/tdf/notes.txt. See https://www.broadinstitute.org/software/igv/TDF.