Package | Description |
---|---|
net.openhft.lang.io | |
net.openhft.lang.io.serialization | |
net.openhft.lang.io.serialization.impl | |
net.openhft.lang.pool |
Modifier and Type | Method and Description |
---|---|
<E extends Enum<E>> |
ByteStringParser.parseEnum(Class<E> eClass,
StopCharTester tester) |
Modifier and Type | Method and Description |
---|---|
ByteStringAppender |
ByteStringAppender.append(Enum value) |
ByteStringAppender |
WrappedBytes.append(Enum value) |
static void |
IOTools.close(Closeable closeable) |
Modifier and Type | Method and Description |
---|---|
E |
BytesMarshaller.read(Bytes bytes)
Reads and returns an object from
bytes . |
E |
BytesMarshaller.read(Bytes bytes,
E e)
Reads and returns an object from
bytes , reusing the given object, if possible. |
Modifier and Type | Method and Description |
---|---|
E |
BytesMarshaller.read(Bytes bytes,
E e)
Reads and returns an object from
bytes , reusing the given object, if possible. |
Modifier and Type | Method and Description |
---|---|
String |
StringMarshaller.read(Bytes bytes) |
Date |
DateMarshaller.read(Bytes bytes) |
E |
GenericEnumMarshaller.read(Bytes bytes) |
Class |
ClassMarshaller.read(Bytes bytes) |
Date |
DateMarshaller.read(Bytes bytes,
Date date) |
E |
GenericEnumMarshaller.read(Bytes bytes,
E e) |
E |
ExternalizableMarshaller.read(Bytes bytes,
E e) |
E |
BytesMarshallableMarshaller.read(Bytes bytes,
E e) |
Void |
NoMarshaller.read(Bytes bytes,
Void aVoid) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBufferZMarshaller.read(Bytes bytes,
ByteBuffer byteBuffer) |
ByteBuffer |
ByteBufferMarshaller.read(Bytes bytes,
ByteBuffer byteBuffer) |
String |
SnappyStringMarshaller.read(Bytes bytes,
CharSequence ignored) |
Date |
DateMarshaller.read(Bytes bytes,
Date date) |
E |
GenericEnumMarshaller.read(Bytes bytes,
E e) |
E |
ExternalizableMarshaller.read(Bytes bytes,
E e) |
E |
BytesMarshallableMarshaller.read(Bytes bytes,
E e) |
Map<K,V> |
MapMarshaller.read(Bytes bytes,
Map<K,V> kvMap) |
Map<String,String> |
StringZMapMarshaller.read(Bytes bytes,
Map<String,String> kvMap) |
Void |
NoMarshaller.read(Bytes bytes,
Void aVoid) |
void |
EnumBytesMarshaller.write(Bytes bytes,
E e) |
void |
GenericEnumMarshaller.write(Bytes bytes,
E e) |
Modifier and Type | Method and Description |
---|---|
static boolean |
EnumInterner.isEqual(CharSequence s,
CharSequence cs) |
static boolean |
StringInterner.isEqual(CharSequence s,
CharSequence cs) |
Copyright © 2019. All rights reserved.