Uses of Class
io.airlift.slice.SliceOutput
Packages that use SliceOutput
-
Uses of SliceOutput in io.airlift.slice
Subclasses of SliceOutput in io.airlift.sliceModifier and TypeClassDescriptionclassclassclassMethods in io.airlift.slice that return SliceOutputModifier and TypeMethodDescriptionOutputStreamSliceOutput.appendByte(int value) abstract SliceOutputSliceOutput.appendByte(int value) OutputStreamSliceOutput.appendBytes(byte[] source) OutputStreamSliceOutput.appendBytes(byte[] source, int sourceIndex, int length) OutputStreamSliceOutput.appendBytes(Slice slice) abstract SliceOutputSliceOutput.appendBytes(byte[] source) abstract SliceOutputSliceOutput.appendBytes(byte[] source, int sourceIndex, int length) abstract SliceOutputSliceOutput.appendBytes(Slice slice) BasicSliceOutput.appendDouble(double value) OutputStreamSliceOutput.appendDouble(double value) abstract SliceOutputSliceOutput.appendDouble(double value) OutputStreamSliceOutput.appendInt(int value) abstract SliceOutputSliceOutput.appendInt(int value) OutputStreamSliceOutput.appendLong(long value) abstract SliceOutputSliceOutput.appendLong(long value) OutputStreamSliceOutput.appendShort(int value) abstract SliceOutputSliceOutput.appendShort(int value) Slice.getOutput()Creates a slice output backed by this slice.