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
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
getCodec()
byte[]
getIv()
getKey()
boolean
toString()
withBufferSize
(int value) withCodec
(CompressionCodec value) withEncryption
(EncryptionAlgorithm algorithm, Key key, byte[] iv)
-
Constructor Details
-
StreamOptions
-
StreamOptions
public StreamOptions()
-
-
Method Details