| Package | Description |
|---|---|
| org.iq80.leveldb.impl | |
| org.iq80.leveldb.table | |
| org.iq80.leveldb.util |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
VersionEditTag.writeValue(SliceOutput sliceOutput,
VersionEdit versionEdit) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BlockHandle.writeBlockHandleTo(BlockHandle blockHandle,
SliceOutput sliceOutput) |
static void |
BlockTrailer.writeBlockTrailer(BlockTrailer blockTrailer,
SliceOutput sliceOutput) |
static void |
Footer.writeFooter(Footer footer,
SliceOutput sliceOutput) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSliceOutput |
class |
DynamicSliceOutput |
| Modifier and Type | Method and Description |
|---|---|
SliceOutput |
Slice.output()
Creates an output stream over this slice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntVector.write(SliceOutput sliceOutput) |
static void |
Slices.writeLengthPrefixedBytes(SliceOutput sliceOutput,
Slice value) |
static void |
VariableLengthQuantity.writeVariableLengthInt(int value,
SliceOutput sliceOutput) |
static void |
VariableLengthQuantity.writeVariableLengthLong(long value,
SliceOutput sliceOutput) |
Copyright © 2011–2019. All rights reserved.