public class Header extends Object implements net.openhft.chronicle.wire.Marshallable
| Modifier and Type | Field and Description |
|---|---|
static long |
PADDED_SIZE |
| Constructor and Description |
|---|
Header() |
| Modifier and Type | Method and Description |
|---|---|
long |
getWriteByte() |
Header |
init(Compression compression,
net.openhft.chronicle.wire.WireType wireType) |
static void |
main(String... args) |
void |
readMarshallable(net.openhft.chronicle.wire.WireIn in) |
net.openhft.chronicle.core.values.LongValue |
writeByte() |
void |
writeMarshallable(net.openhft.chronicle.wire.WireOut out) |
public static final long PADDED_SIZE
public net.openhft.chronicle.core.values.LongValue writeByte()
@NotNull public Header init(@NotNull Compression compression, net.openhft.chronicle.wire.WireType wireType)
public void writeMarshallable(@NotNull
net.openhft.chronicle.wire.WireOut out)
writeMarshallable in interface net.openhft.chronicle.wire.WriteMarshallablepublic void readMarshallable(@NotNull
net.openhft.chronicle.wire.WireIn in)
readMarshallable in interface net.openhft.chronicle.wire.ReadMarshallablepublic long getWriteByte()
public static void main(String... args)
Copyright © 2015. All rights reserved.