| Package | Description |
|---|---|
| net.openhft.lang.io | |
| net.openhft.lang.io.serialization | |
| net.openhft.lang.io.serialization.direct | |
| net.openhft.lang.io.serialization.impl | |
| net.openhft.lang.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBytes |
class |
ByteBufferBytes |
class |
DirectBytes |
class |
MultiStoreBytes |
class |
NativeBytes |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBytes.readMarshallable(Bytes in) |
void |
AbstractBytes.writeMarshallable(Bytes out) |
void |
RandomDataOutput.writeStartToPosition(Bytes bytes)
Deprecated.
Use write(BytesCommon bytes, long position, long length) instead.
|
void |
AbstractBytes.writeStartToPosition(Bytes bb)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RawCopier.fromBytes(Bytes bytes,
Object obj) |
E |
BytesMarshaller.read(Bytes bytes)
Read bytes and obtain an object
|
void |
BytesMarshallable.readMarshallable(Bytes in)
read an object from bytes
|
void |
RawCopier.toBytes(Object obj,
Bytes bytes) |
void |
BytesMarshaller.write(Bytes bytes,
E e)
write the object out as bytes.
|
void |
BytesMarshallable.writeMarshallable(Bytes out)
write an object to bytes
|
| Modifier and Type | Method and Description |
|---|---|
T |
ObjectMarshaller.read(Bytes bytes,
T tObject) |
void |
ObjectMarshaller.write(Bytes bytes,
T tObject) |
| Modifier and Type | Method and Description |
|---|---|
E |
GenericEnumMarshaller.read(Bytes bytes) |
String |
StringMarshaller.read(Bytes bytes) |
E |
BytesMarshallableMarshaller.read(Bytes bytes) |
Class |
ClassMarshaller.read(Bytes bytes) |
E |
ExternalizableMarshaller.read(Bytes bytes) |
Date |
DateMarshaller.read(Bytes bytes) |
E |
EnumBytesMarshaller.read(Bytes bytes) |
Void |
NoMarshaller.read(Bytes bytes) |
void |
ClassMarshaller.write(Bytes bytes,
Class aClass) |
void |
DateMarshaller.write(Bytes bytes,
Date date) |
void |
GenericEnumMarshaller.write(Bytes bytes,
E e) |
void |
BytesMarshallableMarshaller.write(Bytes bytes,
E e) |
void |
ExternalizableMarshaller.write(Bytes bytes,
E e) |
void |
EnumBytesMarshaller.write(Bytes bytes,
E e) |
void |
StringMarshaller.write(Bytes bytes,
String s) |
void |
NoMarshaller.write(Bytes bytes,
Void aVoid) |
| Modifier and Type | Method and Description |
|---|---|
Bytes |
Byteable.bytes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Byteable.bytes(Bytes bytes) |
void |
Byteable.bytes(Bytes bytes,
long offset) |
Copyright © 2014. All Rights Reserved.