Package alluxio.proxy.s3
Class RangeFileInStream.Factory
- java.lang.Object
-
- alluxio.proxy.s3.RangeFileInStream.Factory
-
- Enclosing class:
- RangeFileInStream
public static final class RangeFileInStream.Factory extends java.lang.ObjectFactory forRangeFileInStream.
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RangeFileInStreamcreate(alluxio.client.file.FileInStream underlyingStream, long underlyingLength, S3RangeSpec range)
-
-
-
Method Detail
-
create
public static RangeFileInStream create(alluxio.client.file.FileInStream underlyingStream, long underlyingLength, S3RangeSpec range) throws java.io.IOException
- Parameters:
underlyingStream- underlying streamunderlyingLength- underlying steam lengthrange- range read- Returns:
- the stream for range read
- Throws:
java.io.IOException
-
-