Package io.deephaven.io
Class CompressedFileUtil.FileInputStreamFactory
- java.lang.Object
-
- io.deephaven.io.CompressedFileUtil.FileInputStreamFactory
-
- All Implemented Interfaces:
InputStreamFactory
- Enclosing class:
- CompressedFileUtil
public static class CompressedFileUtil.FileInputStreamFactory extends java.lang.Object implements InputStreamFactory
-
-
Constructor Summary
Constructors Constructor Description FileInputStreamFactory(java.lang.String sFileName)FileInputStreamFactory(java.lang.String sFileName, int bufferedSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStreamcreateInputStream()java.lang.StringgetDescription()
-
-
-
Method Detail
-
createInputStream
public java.io.InputStream createInputStream() throws java.io.IOException- Specified by:
createInputStreamin interfaceInputStreamFactory- Throws:
java.io.IOException
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceInputStreamFactory
-
-