| Package | Description |
|---|---|
| net.openhft.lang.io |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Bytes |
interface |
IByteBufferBytes
Created by peter.lawrey on 27/01/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBytes |
class |
BoundsCheckingDirectBytes
Unlike
NativeBytes, always throw check bounds and exceptions on all write methods,
including that write a single primitive, e. |
class |
BoundsCheckingNativeBytes
Unlike
NativeBytes, always throw check bounds and exceptions on
all write methods, including that write a single primitive, e. |
class |
ByteBufferBytes |
class |
CheckedBytes |
class |
DirectByteBufferBytes |
class |
DirectBytes |
class |
MappedNativeBytes
works in conjunction with a MappedFile to map additional memory blocks when required This
implementation is very similar to
NativeBytes, accept that the memory address resolution
is left to ChronicleUnsafe, rather than being part of this class. |
class |
MultiStoreBytes |
class |
NativeBytes |
class |
VanillaMappedBytes |
class |
WrappedBytes<B extends Bytes>
A super class for those which wrap bytes.
|
| Modifier and Type | Method and Description |
|---|---|
ByteStringAppender |
ByteStringAppender.append(boolean b)
Writes "true" or "false".
|
@NotNull ByteStringAppender |
AbstractBytes.append(boolean b) |
ByteStringAppender |
WrappedBytes.append(boolean b) |
@NotNull ByteStringAppender |
CheckedBytes.append(boolean b) |
ByteStringAppender |
ByteStringAppender.append(char c) |
@NotNull ByteStringAppender |
AbstractBytes.append(char c) |
ByteStringAppender |
WrappedBytes.append(char c) |
@NotNull ByteStringAppender |
CheckedBytes.append(char c) |
ByteStringAppender |
ByteStringAppender.append(CharSequence s) |
@NotNull ByteStringAppender |
AbstractBytes.append(@NotNull CharSequence str) |
ByteStringAppender |
WrappedBytes.append(CharSequence s) |
@NotNull ByteStringAppender |
CheckedBytes.append(@NotNull CharSequence str) |
ByteStringAppender |
ByteStringAppender.append(CharSequence s,
int start,
int end) |
@NotNull ByteStringAppender |
AbstractBytes.append(@NotNull CharSequence s,
int start,
int end) |
ByteStringAppender |
WrappedBytes.append(CharSequence s,
int start,
int end) |
@NotNull ByteStringAppender |
CheckedBytes.append(@NotNull CharSequence s,
int start,
int end) |
ByteStringAppender |
ByteStringAppender.append(double d) |
@NotNull ByteStringAppender |
AbstractBytes.append(double d) |
ByteStringAppender |
WrappedBytes.append(double d) |
@NotNull ByteStringAppender |
CheckedBytes.append(double d) |
ByteStringAppender |
ByteStringAppender.append(double d,
int precision) |
@NotNull ByteStringAppender |
AbstractBytes.append(double d,
int precision) |
ByteStringAppender |
WrappedBytes.append(double d,
int precision) |
@NotNull ByteStringAppender |
CheckedBytes.append(double d,
int precision) |
ByteStringAppender |
ByteStringAppender.append(Enum value) |
@NotNull ByteStringAppender |
AbstractBytes.append(@Nullable Enum value) |
ByteStringAppender |
WrappedBytes.append(Enum value) |
@NotNull ByteStringAppender |
CheckedBytes.append(@Nullable Enum value) |
ByteStringAppender |
ByteStringAppender.append(int i) |
@NotNull ByteStringAppender |
AbstractBytes.append(int num) |
ByteStringAppender |
WrappedBytes.append(int i) |
@NotNull ByteStringAppender |
CheckedBytes.append(int num) |
<E> ByteStringAppender |
ByteStringAppender.append(Iterable<E> list,
CharSequence separator) |
<E> @NotNull ByteStringAppender |
AbstractBytes.append(@NotNull Iterable<E> list,
@NotNull CharSequence separator) |
<E> ByteStringAppender |
WrappedBytes.append(Iterable<E> list,
CharSequence separator) |
<E> @NotNull ByteStringAppender |
CheckedBytes.append(@NotNull Iterable<E> list,
@NotNull CharSequence separator) |
ByteStringAppender |
ByteStringAppender.append(long l) |
@NotNull ByteStringAppender |
AbstractBytes.append(long num) |
ByteStringAppender |
WrappedBytes.append(long l) |
@NotNull ByteStringAppender |
CheckedBytes.append(long num) |
ByteStringAppender |
ByteStringAppender.append(long l,
int base) |
@NotNull ByteStringAppender |
AbstractBytes.append(long num,
int base) |
ByteStringAppender |
WrappedBytes.append(long l,
int base) |
@NotNull ByteStringAppender |
CheckedBytes.append(long num,
int base) |
ByteStringAppender |
ByteStringAppender.append(MutableDecimal md) |
@NotNull ByteStringAppender |
AbstractBytes.append(@NotNull MutableDecimal md) |
ByteStringAppender |
WrappedBytes.append(MutableDecimal md) |
@NotNull ByteStringAppender |
CheckedBytes.append(@NotNull MutableDecimal md) |
ByteStringAppender |
ByteStringAppender.appendDateMillis(long timeInMS) |
@NotNull ByteStringAppender |
AbstractBytes.appendDateMillis(long timeInMS) |
ByteStringAppender |
WrappedBytes.appendDateMillis(long timeInMS) |
@NotNull ByteStringAppender |
CheckedBytes.appendDateMillis(long timeInMS) |
ByteStringAppender |
ByteStringAppender.appendDateTimeMillis(long timeInMS) |
@NotNull ByteStringAppender |
AbstractBytes.appendDateTimeMillis(long timeInMS) |
ByteStringAppender |
WrappedBytes.appendDateTimeMillis(long timeInMS) |
@NotNull ByteStringAppender |
CheckedBytes.appendDateTimeMillis(long timeInMS) |
ByteStringAppender |
ByteStringAppender.appendTimeMillis(long timeInMS) |
@NotNull ByteStringAppender |
AbstractBytes.appendTimeMillis(long timeInMS) |
ByteStringAppender |
WrappedBytes.appendTimeMillis(long timeInMS) |
@NotNull ByteStringAppender |
CheckedBytes.appendTimeMillis(long timeInMS) |
Copyright © 2021. All rights reserved.