Class OptLoadFile


  • public class OptLoadFile
    extends java.lang.Object
    • Constructor Detail

      • OptLoadFile

        public OptLoadFile()
    • Method Detail

      • fromFile

        public static OptLoadFile fromFile​(java.lang.String sourceFile)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • fromFile

        public static OptLoadFile fromFile​(java.io.File sourceFile)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • toFile

        public void toFile​(java.io.File destinationFile)
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • transpose

        public static void transpose​(java.io.File sourceFile,
                                     java.io.File destinationFile,
                                     java.util.function.Consumer<OptRecord> recordModifier)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • getVolumeNames

        public java.util.Set<java.lang.String> getVolumeNames()
      • getFirstPageRecords

        public java.util.List<OptRecord> getFirstPageRecords()
      • getRecords

        public java.util.List<OptRecord> getRecords()
      • setRecords

        public void setRecords​(java.util.List<OptRecord> records)
      • addRecord

        public void addRecord​(OptRecord record)