Uses of Class
org.iq80.leveldb.util.SliceOutput
Packages that use SliceOutput
-
Uses of SliceOutput in org.iq80.leveldb.impl
Fields in org.iq80.leveldb.impl declared as SliceOutputModifier and TypeFieldDescriptionprivate final SliceOutputLogReader.blockScratchScratch buffer for current block.Methods in org.iq80.leveldb.impl with parameters of type SliceOutputModifier and TypeMethodDescriptionabstract voidVersionEditTag.writeValue(SliceOutput sliceOutput, VersionEdit versionEdit) -
Uses of SliceOutput in org.iq80.leveldb.table
Methods in org.iq80.leveldb.table with parameters of type SliceOutputModifier and TypeMethodDescriptionstatic voidBlockHandle.writeBlockHandleTo(BlockHandle blockHandle, SliceOutput sliceOutput) static voidBlockTrailer.writeBlockTrailer(BlockTrailer blockTrailer, SliceOutput sliceOutput) static voidFooter.writeFooter(Footer footer, SliceOutput sliceOutput) -
Uses of SliceOutput in org.iq80.leveldb.util
Subclasses of SliceOutput in org.iq80.leveldb.utilMethods in org.iq80.leveldb.util that return SliceOutputMethods in org.iq80.leveldb.util with parameters of type SliceOutputModifier and TypeMethodDescriptionvoidIntVector.write(SliceOutput sliceOutput) static voidSlices.writeLengthPrefixedBytes(SliceOutput sliceOutput, Slice value) static voidVariableLengthQuantity.writeVariableLengthInt(int value, SliceOutput sliceOutput) static voidVariableLengthQuantity.writeVariableLengthLong(long value, SliceOutput sliceOutput)