Uses of Class
io.trino.orc.stream.OrcInputStream
Packages that use OrcInputStream
-
Uses of OrcInputStream in io.trino.orc.stream
Methods in io.trino.orc.stream with parameters of type OrcInputStreamModifier and TypeMethodDescriptionstatic longLongDecode.readSignedVInt(OrcInputStream inputStream) static longLongDecode.readVInt(boolean signed, OrcInputStream inputStream) Constructors in io.trino.orc.stream with parameters of type OrcInputStreamModifierConstructorDescriptionBooleanInputStream(OrcInputStream byteStream) ByteArrayInputStream(OrcInputStream inputStream) ByteInputStream(OrcInputStream input) DoubleInputStream(OrcInputStream input) FloatInputStream(OrcInputStream input) LongInputStreamV1(OrcInputStream input, boolean signed) LongInputStreamV2(OrcInputStream input, boolean signed, boolean skipCorrupt)