Uses of Class
org.iq80.leveldb.util.SliceInput
Packages that use SliceInput
-
Uses of SliceInput in org.iq80.leveldb.impl
Fields in org.iq80.leveldb.impl declared as SliceInputModifier and TypeFieldDescriptionprivate SliceInputLogReader.currentBlockThe current block records are being read from.Methods in org.iq80.leveldb.impl with parameters of type SliceInputModifier and TypeMethodDescriptionabstract voidVersionEditTag.readValue(SliceInput sliceInput, VersionEdit versionEdit) private WriteBatchImplDbImpl.readWriteBatch(SliceInput record, int updateSize) -
Uses of SliceInput in org.iq80.leveldb.table
Fields in org.iq80.leveldb.table declared as SliceInputMethods in org.iq80.leveldb.table with parameters of type SliceInputModifier and TypeMethodDescriptionstatic BlockHandleBlockHandle.readBlockHandle(SliceInput sliceInput) private static BlockEntryBlockIterator.readEntry(SliceInput data, BlockEntry previousEntry) Reads the entry at the current data readIndex. -
Uses of SliceInput in org.iq80.leveldb.util
Methods in org.iq80.leveldb.util that return SliceInputMethods in org.iq80.leveldb.util with parameters of type SliceInputModifier and TypeMethodDescriptionstatic SliceSlices.readLengthPrefixedBytes(SliceInput sliceInput) static intVariableLengthQuantity.readVariableLengthInt(SliceInput sliceInput) static longVariableLengthQuantity.readVariableLengthLong(SliceInput sliceInput) voidBasicSliceOutput.writeBytes(SliceInput source, int length) voidDynamicSliceOutput.writeBytes(SliceInput source, int length) abstract voidSliceOutput.writeBytes(SliceInput source, int length) Transfers the specified source buffer's data to this buffer starting at the currentwriterIndexand increases thewriterIndexby the number of the transferred bytes (=length).