Class FileSplit


  • public class FileSplit
    extends java.lang.Object
    Based on: https://stackoverflow.com/questions/10864317/how-to-break-a-file-into-pieces-using-java
    • Constructor Summary

      Constructors 
      Constructor Description
      FileSplit()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.io.File> split​(java.io.File f, java.io.File dir, int splitSize)  
      • Methods inherited from class java.lang.Object

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

      • FileSplit

        public FileSplit()
    • Method Detail

      • split

        public static java.util.List<java.io.File> split​(java.io.File f,
                                                         java.io.File dir,
                                                         int splitSize)
                                                  throws java.io.IOException
        Throws:
        java.io.IOException