Package org.iqtig.tpacker.core.impl.io
Class InputIOProvider
- java.lang.Object
-
- org.iqtig.tpacker.core.impl.io.InputIOProvider
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class InputIOProvider extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description InputIOProvider()
InputIOProvider(List<String> inFiles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFileInputStreamContainer(String path, InputStream is)
void
close()
List<FileInputStreamContainer>
getFileInputStreamContainer()
void
reset()
-
-
-
Constructor Detail
-
InputIOProvider
public InputIOProvider()
-
InputIOProvider
public InputIOProvider(List<String> inFiles) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getFileInputStreamContainer
public List<FileInputStreamContainer> getFileInputStreamContainer()
-
reset
public void reset()
-
addFileInputStreamContainer
public void addFileInputStreamContainer(String path, InputStream is)
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-