Class SplitFileInputStream

java.lang.Object
java.io.InputStream
eu.steffo.cleaver.logic.split.SplitFileInputStream
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable

public class SplitFileInputStream
extends java.io.InputStream
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected int currentFileCount  
    protected java.lang.String fileBaseName  
    protected int partSize  
  • Constructor Summary

    Constructors 
    Constructor Description
    SplitFileInputStream​(java.lang.String fileBaseName, int partSize)  
  • Method Summary

    Modifier and Type Method Description
    int read()  

    Methods inherited from class java.io.InputStream

    available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • SplitFileInputStream

      public SplitFileInputStream​(java.lang.String fileBaseName, int partSize)
  • Method Details

    • read

      public int read() throws java.io.IOException
      Specified by:
      read in class java.io.InputStream
      Throws:
      java.io.IOException