Package org.apache.orc.impl
Class InStream.StreamOptions
java.lang.Object
org.apache.orc.impl.InStream.StreamOptions
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- InStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intgetCodec()byte[]getIv()getKey()booleantoString()withBufferSize(int value) withCodec(CompressionCodec value) withEncryption(EncryptionAlgorithm algorithm, Key key, byte[] iv)
-
Constructor Details
-
StreamOptions
-
StreamOptions
public StreamOptions()
-
-
Method Details