Package org.javlo.service.syncro
Class SynchroHelper.SplitFile
- java.lang.Object
-
- org.javlo.service.syncro.SynchroHelper.SplitFile
-
- Enclosing class:
- SynchroHelper
public static class SynchroHelper.SplitFile extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getFile()
FileInputStream
getInputStream(boolean open)
Long
getParentSize()
Long
getPartLength()
Long
getPos()
-
-
-
Constructor Detail
-
SplitFile
public SplitFile(File file)
-
-
Method Detail
-
getFile
public File getFile()
-
getPos
public Long getPos()
-
getPartLength
public Long getPartLength()
-
getParentSize
public Long getParentSize()
-
getInputStream
public FileInputStream getInputStream(boolean open) throws IOException
- Throws:
IOException
-
-