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) SliceOutput.appendDoubles(double[] source) SliceOutput.appendDoubles(double[] source, int sourceIndex, int length) SliceOutput.appendFloats(float[] source) SliceOutput.appendFloats(float[] source, int sourceIndex, int length) OutputStreamSliceOutput.appendInt(int value) abstract SliceOutputSliceOutput.appendInt(int value) SliceOutput.appendInts(int[] source) SliceOutput.appendInts(int[] source, int sourceIndex, int length) OutputStreamSliceOutput.appendLong(long value) abstract SliceOutputSliceOutput.appendLong(long value) SliceOutput.appendLongs(long[] source) SliceOutput.appendLongs(long[] source, int sourceIndex, int length) OutputStreamSliceOutput.appendShort(int value) abstract SliceOutputSliceOutput.appendShort(int value) SliceOutput.appendShorts(short[] source) SliceOutput.appendShorts(short[] source, int sourceIndex, int length) Slice.getOutput()Creates a slice output backed by this slice.