public final class CompressedUnsignedLongByteIterable
extends jetbrains.exodus.ByteIterableBase
| Modifier and Type | Method and Description |
|---|---|
static void |
fillBytes(long l,
jetbrains.exodus.util.LightOutputStream output) |
static int |
getCompressedSize(long l) |
static int |
getInt(jetbrains.exodus.ByteIterable iterable) |
static int |
getInt(jetbrains.exodus.ByteIterator iterator) |
static int |
getInt(@NotNull DataIterator iterator) |
static jetbrains.exodus.ByteIterable |
getIterable(long l) |
protected jetbrains.exodus.ByteIterator |
getIterator() |
static long |
getLong(jetbrains.exodus.ByteIterable iterable) |
static long |
getLong(jetbrains.exodus.ByteIterator iterator) |
public static jetbrains.exodus.ByteIterable getIterable(long l)
public static void fillBytes(long l,
jetbrains.exodus.util.LightOutputStream output)
public static long getLong(jetbrains.exodus.ByteIterable iterable)
public static long getLong(jetbrains.exodus.ByteIterator iterator)
public static int getInt(jetbrains.exodus.ByteIterable iterable)
public static int getInt(jetbrains.exodus.ByteIterator iterator)
public static int getInt(@NotNull
@NotNull DataIterator iterator)
public static int getCompressedSize(long l)
protected jetbrains.exodus.ByteIterator getIterator()
getIterator in class jetbrains.exodus.ByteIterableBase