Package io.trino.orc.stream
Interface LongOutputStream
- All Superinterfaces:
ValueOutputStream<LongStreamCheckpoint>
- All Known Implementing Classes:
LongOutputStreamV1,LongOutputStreamV2
-
Method Summary
Modifier and TypeMethodDescriptionstatic LongOutputStreamcreateLengthOutputStream(CompressionKind compression, int bufferSize) voidwriteLong(long value) Methods inherited from interface io.trino.orc.stream.ValueOutputStream
close, getBufferedBytes, getCheckpoints, getRetainedBytes, getStreamDataOutput, recordCheckpoint, reset
-
Method Details
-
createLengthOutputStream
-
writeLong
void writeLong(long value)
-