Package alluxio.underfs.oss
Class OSSInputStream
- java.lang.Object
-
- java.io.InputStream
-
- alluxio.underfs.MultiRangeObjectInputStream
-
- alluxio.underfs.oss.OSSInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
@NotThreadSafe public class OSSInputStream extends alluxio.underfs.MultiRangeObjectInputStreamA stream for reading a file from OSS. This input stream returns 0 when calling read with an empty buffer.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.InputStreamcreateStream(long startPos, long endPos)-
Methods inherited from class alluxio.underfs.MultiRangeObjectInputStream
close, read, read, read, skip
-
-