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 |
CheckedBytes.append(boolean b) |
ByteStringAppender |
ByteStringAppender.append(boolean b)
Writes "true" or "false".
|
ByteStringAppender |
WrappedBytes.append(boolean b) |
ByteStringAppender |
AbstractBytes.append(boolean b) |
ByteStringAppender |
CheckedBytes.append(char c) |
ByteStringAppender |
ByteStringAppender.append(char c) |
ByteStringAppender |
WrappedBytes.append(char c) |
ByteStringAppender |
AbstractBytes.append(char c) |
ByteStringAppender |
CheckedBytes.append(CharSequence str) |
ByteStringAppender |
ByteStringAppender.append(CharSequence s) |
ByteStringAppender |
WrappedBytes.append(CharSequence s) |
ByteStringAppender |
AbstractBytes.append(CharSequence str) |
ByteStringAppender |
CheckedBytes.append(CharSequence s,
int start,
int end) |
ByteStringAppender |
ByteStringAppender.append(CharSequence s,
int start,
int end) |
ByteStringAppender |
WrappedBytes.append(CharSequence s,
int start,
int end) |
ByteStringAppender |
AbstractBytes.append(CharSequence s,
int start,
int end) |
ByteStringAppender |
CheckedBytes.append(double d) |
ByteStringAppender |
ByteStringAppender.append(double d) |
ByteStringAppender |
WrappedBytes.append(double d) |
ByteStringAppender |
AbstractBytes.append(double d) |
ByteStringAppender |
CheckedBytes.append(double d,
int precision) |
ByteStringAppender |
ByteStringAppender.append(double d,
int precision) |
ByteStringAppender |
WrappedBytes.append(double d,
int precision) |
ByteStringAppender |
AbstractBytes.append(double d,
int precision) |
ByteStringAppender |
CheckedBytes.append(Enum value) |
ByteStringAppender |
ByteStringAppender.append(Enum value) |
ByteStringAppender |
WrappedBytes.append(Enum value) |
ByteStringAppender |
AbstractBytes.append(Enum value) |
ByteStringAppender |
CheckedBytes.append(int num) |
ByteStringAppender |
ByteStringAppender.append(int i) |
ByteStringAppender |
WrappedBytes.append(int i) |
ByteStringAppender |
AbstractBytes.append(int num) |
<E> ByteStringAppender |
CheckedBytes.append(Iterable<E> list,
CharSequence separator) |
<E> ByteStringAppender |
ByteStringAppender.append(Iterable<E> list,
CharSequence separator) |
<E> ByteStringAppender |
WrappedBytes.append(Iterable<E> list,
CharSequence separator) |
<E> ByteStringAppender |
AbstractBytes.append(Iterable<E> list,
CharSequence separator) |
ByteStringAppender |
CheckedBytes.append(long num) |
ByteStringAppender |
ByteStringAppender.append(long l) |
ByteStringAppender |
WrappedBytes.append(long l) |
ByteStringAppender |
AbstractBytes.append(long num) |
ByteStringAppender |
CheckedBytes.append(long num,
int base) |
ByteStringAppender |
ByteStringAppender.append(long l,
int base) |
ByteStringAppender |
WrappedBytes.append(long l,
int base) |
ByteStringAppender |
AbstractBytes.append(long num,
int base) |
ByteStringAppender |
CheckedBytes.append(MutableDecimal md) |
ByteStringAppender |
ByteStringAppender.append(MutableDecimal md) |
ByteStringAppender |
WrappedBytes.append(MutableDecimal md) |
ByteStringAppender |
AbstractBytes.append(MutableDecimal md) |
ByteStringAppender |
CheckedBytes.appendDateMillis(long timeInMS) |
ByteStringAppender |
ByteStringAppender.appendDateMillis(long timeInMS) |
ByteStringAppender |
WrappedBytes.appendDateMillis(long timeInMS) |
ByteStringAppender |
AbstractBytes.appendDateMillis(long timeInMS) |
ByteStringAppender |
CheckedBytes.appendDateTimeMillis(long timeInMS) |
ByteStringAppender |
ByteStringAppender.appendDateTimeMillis(long timeInMS) |
ByteStringAppender |
WrappedBytes.appendDateTimeMillis(long timeInMS) |
ByteStringAppender |
AbstractBytes.appendDateTimeMillis(long timeInMS) |
ByteStringAppender |
CheckedBytes.appendTimeMillis(long timeInMS) |
ByteStringAppender |
ByteStringAppender.appendTimeMillis(long timeInMS) |
ByteStringAppender |
WrappedBytes.appendTimeMillis(long timeInMS) |
ByteStringAppender |
AbstractBytes.appendTimeMillis(long timeInMS) |
Copyright © 2019. All rights reserved.