Class QSequenceLineRAFileData

    • Constructor Summary

      Constructors 
      Constructor Description
      QSequenceLineRAFileData​(java.io.RandomAccessFile randomAccessFile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void get​(byte[] bytes, long offset, long length)  
      long length()  
      java.io.InputStream read​(long offset, long length)  
      • Methods inherited from class java.lang.Object

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

      • QSequenceLineRAFileData

        public QSequenceLineRAFileData​(java.io.RandomAccessFile randomAccessFile)
    • Method Detail

      • length

        public long length()
                    throws java.io.IOException
        Specified by:
        length in interface QSequenceLineRAData
        Throws:
        java.io.IOException
      • get

        public void get​(byte[] bytes,
                        long offset,
                        long length)
                 throws java.io.IOException
        Specified by:
        get in interface QSequenceLineRAData
        Throws:
        java.io.IOException
      • read

        public java.io.InputStream read​(long offset,
                                        long length)
        Specified by:
        read in interface QSequenceLineRAData