| Package | Description |
|---|---|
| net.openhft.chronicle | |
| net.openhft.chronicle.tools |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Excerpt |
interface |
ExcerptAppender |
interface |
ExcerptTailer |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNativeExcerpt |
class |
NativeExcerpt |
class |
NativeExcerptAppender |
class |
NativeExcerptTailer |
| Modifier and Type | Method and Description |
|---|---|
ExcerptCommon |
ExcerptCommon.toEnd()
Wind to the end.
|
ExcerptCommon |
AbstractNativeExcerpt.toStart() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExcerptMarshallable.readMarshallable(ExcerptCommon in)
read an object from an excerpt
|
void |
ExcerptMarshallable.writeMarshallable(ExcerptCommon out)
write an object to an excerpt
|
| Modifier and Type | Class and Description |
|---|---|
class |
WrappedExcerpt |
| Modifier and Type | Method and Description |
|---|---|
static String |
ChronicleTools.asString(ExcerptCommon excerpt)
Take a text copy of the contents of the Excerpt without changing it's position.
|
static String |
ChronicleTools.asString(ExcerptCommon excerpt,
long position)
Take a text copy of the contents of the Excerpt without changing it's position.
|
static String |
ChronicleTools.asString(ExcerptCommon excerpt,
long position,
long length)
Take a text copy of the contents of the Excerpt without changing it's position.
|
| Constructor and Description |
|---|
WrappedExcerpt(ExcerptCommon excerptCommon) |
Copyright © 2014. All Rights Reserved.