Class QSequenceLineRandomAccessFileFactory


  • public class QSequenceLineRandomAccessFileFactory
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map fileToRaFile  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.RandomAccessFile createRandomAccessFile​(java.io.File file, java.lang.String mode)  
      • Methods inherited from class java.lang.Object

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

      • fileToRaFile

        private static final java.util.Map fileToRaFile
    • Constructor Detail

      • QSequenceLineRandomAccessFileFactory

        public QSequenceLineRandomAccessFileFactory()
    • Method Detail

      • createRandomAccessFile

        public static java.io.RandomAccessFile createRandomAccessFile​(java.io.File file,
                                                                      java.lang.String mode)
                                                               throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException