public class WrappedExcerpt extends Object implements ExcerptTailer, ExcerptAppender, Excerpt
| Constructor and Description |
|---|
WrappedExcerpt(ExcerptCommon excerptCommon) |
| Modifier and Type | Method and Description |
|---|---|
int |
addAndGetInt(long offset,
int delta) |
net.openhft.lang.io.ByteStringAppender |
append(boolean b) |
net.openhft.lang.io.ByteStringAppender |
append(byte[] str) |
net.openhft.lang.io.ByteStringAppender |
append(byte[] str,
int offset,
int len) |
net.openhft.lang.io.ByteStringAppender |
append(char c) |
net.openhft.lang.io.ByteStringAppender |
append(CharSequence s) |
net.openhft.lang.io.ByteStringAppender |
append(CharSequence s,
int start,
int end) |
net.openhft.lang.io.ByteStringAppender |
append(double d) |
net.openhft.lang.io.ByteStringAppender |
append(double d,
int precision) |
<E> net.openhft.lang.io.ByteStringAppender |
append(E object) |
net.openhft.lang.io.ByteStringAppender |
append(Enum value) |
net.openhft.lang.io.ByteStringAppender |
append(int num) |
<E> net.openhft.lang.io.ByteStringAppender |
append(Iterable<E> list,
CharSequence seperator) |
<E> net.openhft.lang.io.ByteStringAppender |
append(List<E> list,
CharSequence seperator) |
net.openhft.lang.io.ByteStringAppender |
append(long num) |
net.openhft.lang.io.ByteStringAppender |
append(net.openhft.lang.io.MutableDecimal md) |
net.openhft.lang.io.ByteStringAppender |
appendDateMillis(long timeInMS) |
net.openhft.lang.io.ByteStringAppender |
appendDateTimeMillis(long timeInMS) |
net.openhft.lang.io.ByteStringAppender |
appendTimeMillis(long timeInMS) |
int |
available() |
void |
busyLockInt(long offset) |
ByteOrder |
byteOrder() |
net.openhft.lang.io.BytesMarshallerFactory |
bytesMarshallerFactory() |
long |
capacity() |
void |
checkEndOfBuffer() |
Chronicle |
chronicle() |
void |
close() |
boolean |
compareAndSetInt(long offset,
int expected,
int x) |
boolean |
compareAndSetLong(long offset,
long expected,
long x) |
void |
finish() |
void |
flush() |
int |
getAndAdd(long offset,
int delta) |
long |
index() |
boolean |
index(long index) |
InputStream |
inputStream() |
boolean |
isFinished() |
boolean |
nextIndex() |
OutputStream |
outputStream() |
net.openhft.lang.io.MutableDecimal |
parseDecimal(net.openhft.lang.io.MutableDecimal decimal) |
double |
parseDouble() |
<E> E |
parseEnum(Class<E> aClass,
net.openhft.lang.io.StopCharTester tester) |
long |
parseLong() |
void |
parseUTF(Appendable builder,
net.openhft.lang.io.StopCharTester tester) |
String |
parseUTF(net.openhft.lang.io.StopCharTester tester) |
long |
position() |
void |
position(long position) |
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int off,
int len) |
void |
read(ByteBuffer bb) |
boolean |
readBoolean() |
boolean |
readBoolean(long offset) |
byte |
readByte() |
byte |
readByte(long offset) |
void |
readBytesΔ(StringBuilder sb) |
char |
readChar() |
char |
readChar(long offset) |
void |
readCharsΔ(StringBuilder sb) |
double |
readCompactDouble() |
int |
readCompactInt() |
long |
readCompactLong() |
short |
readCompactShort() |
long |
readCompactUnsignedInt() |
int |
readCompactUnsignedShort() |
double |
readDouble() |
double |
readDouble(long offset) |
<E> E |
readEnum(Class<E> aClass) |
float |
readFloat() |
float |
readFloat(long offset) |
void |
readFully(byte[] bytes) |
void |
readFully(byte[] b,
int off,
int len) |
int |
readInt() |
int |
readInt(long offset) |
int |
readInt24() |
int |
readInt24(long offset) |
long |
readInt48() |
long |
readInt48(long offset) |
String |
readLine() |
<E> void |
readList(Collection<E> list,
Class<E> eClass) |
long |
readLong() |
long |
readLong(long offset) |
<K,V> void |
readMap(Map<K,V> map,
Class<K> kClass,
Class<V> vClass) |
Object |
readObject() |
short |
readShort() |
short |
readShort(long offset) |
long |
readStopBit() |
int |
readUnsignedByte() |
int |
readUnsignedByte(long offset) |
long |
readUnsignedInt() |
long |
readUnsignedInt(long offset) |
int |
readUnsignedShort() |
int |
readUnsignedShort(long offset) |
String |
readUTF() |
String |
readUTFΔ() |
boolean |
readUTFΔ(StringBuilder stringBuilder) |
int |
readVolatileInt() |
int |
readVolatileInt(long offset) |
long |
readVolatileLong() |
long |
readVolatileLong(long offset) |
long |
remaining() |
void |
roll() |
long |
size() |
long |
skip(long n) |
int |
skipBytes(int n) |
boolean |
skipTo(net.openhft.lang.io.StopCharTester tester) |
void |
startExcerpt(long capacity) |
boolean |
stepBackAndSkipTo(net.openhft.lang.io.StopCharTester tester) |
WrappedExcerpt |
toEnd() |
Excerpt |
toStart() |
boolean |
tryLockInt(long offset) |
boolean |
tryLockNanosInt(long offset,
long nanos) |
void |
unlockInt(long offset) |
boolean |
wasPadding() |
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int off,
int len) |
void |
write(ByteBuffer bb) |
void |
write(int b) |
void |
write(long offset,
byte[] bytes) |
void |
writeBoolean(boolean v) |
void |
writeBoolean(long offset,
boolean v) |
void |
writeByte(int v) |
void |
writeByte(long offset,
int b) |
void |
writeBytes(String s) |
void |
writeBytesΔ(CharSequence s) |
void |
writeChar(int v) |
void |
writeChar(long offset,
int v) |
void |
writeChars(String s) |
void |
writeCompactDouble(double v) |
void |
writeCompactInt(int v) |
void |
writeCompactLong(long v) |
void |
writeCompactShort(int v) |
void |
writeCompactUnsignedInt(long v) |
void |
writeCompactUnsignedShort(int v) |
void |
writeDouble(double v) |
void |
writeDouble(long offset,
double v) |
<E> void |
writeEnum(E o) |
void |
writeFloat(float v) |
void |
writeFloat(long offset,
float v) |
void |
writeInt(int v) |
void |
writeInt(long offset,
int v) |
void |
writeInt24(int v) |
void |
writeInt24(long offset,
int v) |
void |
writeInt48(long v) |
void |
writeInt48(long offset,
long v) |
<E> void |
writeList(Collection<E> list) |
void |
writeLong(long v) |
void |
writeLong(long offset,
long v) |
<K,V> void |
writeMap(Map<K,V> map) |
void |
writeObject(Object obj) |
void |
writeOrderedInt(int v) |
void |
writeOrderedInt(long offset,
int v) |
void |
writeOrderedLong(long v) |
void |
writeOrderedLong(long offset,
long v) |
void |
writeShort(int v) |
void |
writeShort(long offset,
int v) |
void |
writeStopBit(long n) |
void |
writeUnsignedByte(int v) |
void |
writeUnsignedByte(long offset,
int v) |
void |
writeUnsignedInt(long v) |
void |
writeUnsignedInt(long offset,
long v) |
void |
writeUnsignedShort(int v) |
void |
writeUnsignedShort(long offset,
int v) |
void |
writeUTF(String s) |
void |
writeUTFΔ(CharSequence str) |
public WrappedExcerpt(ExcerptCommon excerptCommon)
public Chronicle chronicle()
chronicle in interface ExcerptCommonpublic boolean nextIndex()
nextIndex in interface ExcerptTailerpublic boolean index(long index)
throws IndexOutOfBoundsException
index in interface ExcerptIndexOutOfBoundsExceptionpublic void startExcerpt(long capacity)
startExcerpt in interface ExcerptAppenderpublic void finish()
finish in interface ExcerptCommonfinish in interface net.openhft.lang.io.BytesCommonpublic long index()
index in interface ExcerptCommonpublic long position()
position in interface net.openhft.lang.io.BytesCommonpublic long capacity()
capacity in interface net.openhft.lang.io.BytesCommonpublic long remaining()
remaining in interface net.openhft.lang.io.BytesCommonpublic void readFully(@NotNull
byte[] bytes)
public int skipBytes(int n)
public void readFully(@NotNull
byte[] b,
int off,
int len)
public boolean readBoolean()
readBoolean in interface DataInputreadBoolean in interface net.openhft.lang.io.RandomDataInputpublic boolean readBoolean(long offset)
readBoolean in interface net.openhft.lang.io.RandomDataInputpublic int readUnsignedByte()
readUnsignedByte in interface DataInputreadUnsignedByte in interface net.openhft.lang.io.RandomDataInputpublic int readUnsignedByte(long offset)
readUnsignedByte in interface net.openhft.lang.io.RandomDataInputpublic int readUnsignedShort()
readUnsignedShort in interface DataInputreadUnsignedShort in interface net.openhft.lang.io.RandomDataInputpublic int readUnsignedShort(long offset)
readUnsignedShort in interface net.openhft.lang.io.RandomDataInputpublic String readLine()
@NotNull public String readUTF()
@Nullable public String readUTFΔ()
readUTFΔ in interface net.openhft.lang.io.RandomDataInputpublic void writeBytesΔ(CharSequence s)
writeBytesΔ in interface net.openhft.lang.io.RandomDataOutputpublic boolean readUTFΔ(@NotNull
StringBuilder stringBuilder)
readUTFΔ in interface net.openhft.lang.io.RandomDataInput@NotNull public String parseUTF(@NotNull net.openhft.lang.io.StopCharTester tester)
parseUTF in interface net.openhft.lang.io.ByteStringParserpublic void parseUTF(@NotNull
Appendable builder,
@NotNull
net.openhft.lang.io.StopCharTester tester)
parseUTF in interface net.openhft.lang.io.ByteStringParserpublic short readCompactShort()
readCompactShort in interface net.openhft.lang.io.RandomDataInputpublic int readCompactUnsignedShort()
readCompactUnsignedShort in interface net.openhft.lang.io.RandomDataInputpublic int readInt24()
readInt24 in interface net.openhft.lang.io.RandomDataInputpublic int readInt24(long offset)
readInt24 in interface net.openhft.lang.io.RandomDataInputpublic long readUnsignedInt()
readUnsignedInt in interface net.openhft.lang.io.RandomDataInputpublic long readUnsignedInt(long offset)
readUnsignedInt in interface net.openhft.lang.io.RandomDataInputpublic int readCompactInt()
readCompactInt in interface net.openhft.lang.io.RandomDataInputpublic long readCompactUnsignedInt()
readCompactUnsignedInt in interface net.openhft.lang.io.RandomDataInputpublic long readInt48()
readInt48 in interface net.openhft.lang.io.RandomDataInputpublic long readInt48(long offset)
readInt48 in interface net.openhft.lang.io.RandomDataInputpublic long readCompactLong()
readCompactLong in interface net.openhft.lang.io.RandomDataInputpublic long readStopBit()
readStopBit in interface net.openhft.lang.io.RandomDataInputpublic double readCompactDouble()
readCompactDouble in interface net.openhft.lang.io.RandomDataInputpublic void readBytesΔ(@NotNull
StringBuilder sb)
readBytesΔ in interface net.openhft.lang.io.RandomDataInputpublic void readCharsΔ(@NotNull
StringBuilder sb)
readCharsΔ in interface net.openhft.lang.io.RandomDataInputpublic void read(@NotNull
ByteBuffer bb)
read in interface net.openhft.lang.io.RandomDataInputpublic void write(byte[] bytes)
write in interface DataOutputwrite in interface ObjectOutputwrite in interface net.openhft.lang.io.RandomDataOutputpublic void writeBoolean(boolean v)
writeBoolean in interface DataOutputwriteBoolean in interface net.openhft.lang.io.RandomDataOutputpublic void writeBoolean(long offset,
boolean v)
writeBoolean in interface net.openhft.lang.io.RandomDataOutputpublic void writeBytes(@NotNull
String s)
writeBytes in interface DataOutputwriteBytes in interface net.openhft.lang.io.RandomDataOutputpublic void writeChars(@NotNull
String s)
writeChars in interface DataOutputwriteChars in interface net.openhft.lang.io.RandomDataOutputpublic void writeUTF(@NotNull
String s)
writeUTF in interface DataOutputwriteUTF in interface net.openhft.lang.io.RandomDataOutputpublic void writeUTFΔ(CharSequence str)
writeUTFΔ in interface net.openhft.lang.io.RandomDataOutputpublic void writeByte(int v)
writeByte in interface DataOutputwriteByte in interface net.openhft.lang.io.RandomDataOutputpublic void writeUnsignedByte(int v)
writeUnsignedByte in interface net.openhft.lang.io.RandomDataOutputpublic void writeUnsignedByte(long offset,
int v)
writeUnsignedByte in interface net.openhft.lang.io.RandomDataOutputpublic void write(long offset,
byte[] bytes)
write in interface net.openhft.lang.io.RandomDataOutputpublic void write(byte[] bytes,
int off,
int len)
write in interface DataOutputwrite in interface ObjectOutputwrite in interface net.openhft.lang.io.RandomDataOutputpublic void writeUnsignedShort(int v)
writeUnsignedShort in interface net.openhft.lang.io.RandomDataOutputpublic void writeUnsignedShort(long offset,
int v)
writeUnsignedShort in interface net.openhft.lang.io.RandomDataOutputpublic void writeCompactShort(int v)
writeCompactShort in interface net.openhft.lang.io.RandomDataOutputpublic void writeCompactUnsignedShort(int v)
writeCompactUnsignedShort in interface net.openhft.lang.io.RandomDataOutputpublic void writeInt24(int v)
writeInt24 in interface net.openhft.lang.io.RandomDataOutputpublic void writeInt24(long offset,
int v)
writeInt24 in interface net.openhft.lang.io.RandomDataOutputpublic void writeUnsignedInt(long v)
writeUnsignedInt in interface net.openhft.lang.io.RandomDataOutputpublic void writeUnsignedInt(long offset,
long v)
writeUnsignedInt in interface net.openhft.lang.io.RandomDataOutputpublic void writeCompactInt(int v)
writeCompactInt in interface net.openhft.lang.io.RandomDataOutputpublic void writeCompactUnsignedInt(long v)
writeCompactUnsignedInt in interface net.openhft.lang.io.RandomDataOutputpublic void writeInt48(long v)
writeInt48 in interface net.openhft.lang.io.RandomDataOutputpublic void writeInt48(long offset,
long v)
writeInt48 in interface net.openhft.lang.io.RandomDataOutputpublic void writeCompactLong(long v)
writeCompactLong in interface net.openhft.lang.io.RandomDataOutputpublic void writeCompactDouble(double v)
writeCompactDouble in interface net.openhft.lang.io.RandomDataOutputpublic void write(@NotNull
ByteBuffer bb)
write in interface net.openhft.lang.io.RandomDataOutput@NotNull
public net.openhft.lang.io.ByteStringAppender append(@NotNull
CharSequence s)
append in interface Appendableappend in interface net.openhft.lang.io.ByteStringAppender@NotNull
public net.openhft.lang.io.ByteStringAppender append(@NotNull
CharSequence s,
int start,
int end)
append in interface Appendableappend in interface net.openhft.lang.io.ByteStringAppender@NotNull
public net.openhft.lang.io.ByteStringAppender append(@NotNull
Enum value)
append in interface net.openhft.lang.io.ByteStringAppender@NotNull
public net.openhft.lang.io.ByteStringAppender append(@NotNull
byte[] str)
append in interface net.openhft.lang.io.ByteStringAppender@NotNull
public net.openhft.lang.io.ByteStringAppender append(@NotNull
byte[] str,
int offset,
int len)
append in interface net.openhft.lang.io.ByteStringAppender@NotNull public net.openhft.lang.io.ByteStringAppender append(boolean b)
append in interface net.openhft.lang.io.ByteStringAppender@NotNull public net.openhft.lang.io.ByteStringAppender append(char c)
append in interface Appendableappend in interface net.openhft.lang.io.ByteStringAppender@NotNull public net.openhft.lang.io.ByteStringAppender append(int num)
append in interface net.openhft.lang.io.ByteStringAppender@NotNull public net.openhft.lang.io.ByteStringAppender append(long num)
append in interface net.openhft.lang.io.ByteStringAppender@NotNull public net.openhft.lang.io.ByteStringAppender append(double d)
append in interface net.openhft.lang.io.ByteStringAppender@NotNull
public net.openhft.lang.io.ByteStringAppender append(double d,
int precision)
append in interface net.openhft.lang.io.ByteStringAppender@NotNull
public net.openhft.lang.io.ByteStringAppender append(@NotNull
net.openhft.lang.io.MutableDecimal md)
append in interface net.openhft.lang.io.ByteStringAppenderpublic double parseDouble()
parseDouble in interface net.openhft.lang.io.ByteStringParserpublic long parseLong()
parseLong in interface net.openhft.lang.io.ByteStringParser@NotNull public InputStream inputStream()
inputStream in interface net.openhft.lang.io.BytesCommon@NotNull public OutputStream outputStream()
outputStream in interface net.openhft.lang.io.BytesCommonpublic <E> void writeEnum(E o)
writeEnum in interface net.openhft.lang.io.RandomDataOutputpublic <E> E readEnum(@NotNull
Class<E> aClass)
readEnum in interface net.openhft.lang.io.RandomDataInputpublic <E> E parseEnum(@NotNull
Class<E> aClass,
@NotNull
net.openhft.lang.io.StopCharTester tester)
parseEnum in interface net.openhft.lang.io.ByteStringParserpublic <K,V> void writeMap(@NotNull
Map<K,V> map)
writeMap in interface net.openhft.lang.io.RandomDataOutputpublic <K,V> void readMap(@NotNull
Map<K,V> map,
@NotNull
Class<K> kClass,
@NotNull
Class<V> vClass)
readMap in interface net.openhft.lang.io.RandomDataInputpublic byte readByte()
public byte readByte(long offset)
readByte in interface net.openhft.lang.io.RandomDataInputpublic short readShort()
public short readShort(long offset)
readShort in interface net.openhft.lang.io.RandomDataInputpublic char readChar()
public char readChar(long offset)
readChar in interface net.openhft.lang.io.RandomDataInputpublic int readInt()
public int readInt(long offset)
readInt in interface net.openhft.lang.io.RandomDataInputpublic long readLong()
public long readLong(long offset)
readLong in interface net.openhft.lang.io.RandomDataInputpublic float readFloat()
public float readFloat(long offset)
readFloat in interface net.openhft.lang.io.RandomDataInputpublic double readDouble()
readDouble in interface DataInputreadDouble in interface net.openhft.lang.io.RandomDataInputpublic double readDouble(long offset)
readDouble in interface net.openhft.lang.io.RandomDataInputpublic void write(int b)
write in interface DataOutputwrite in interface ObjectOutputwrite in interface net.openhft.lang.io.RandomDataOutputpublic void writeByte(long offset,
int b)
writeByte in interface net.openhft.lang.io.RandomDataOutputpublic void writeShort(int v)
writeShort in interface DataOutputwriteShort in interface net.openhft.lang.io.RandomDataOutputpublic void writeShort(long offset,
int v)
writeShort in interface net.openhft.lang.io.RandomDataOutputpublic void writeChar(int v)
writeChar in interface DataOutputwriteChar in interface net.openhft.lang.io.RandomDataOutputpublic void writeChar(long offset,
int v)
writeChar in interface net.openhft.lang.io.RandomDataOutputpublic void writeInt(int v)
writeInt in interface DataOutputwriteInt in interface net.openhft.lang.io.RandomDataOutputpublic void writeInt(long offset,
int v)
writeInt in interface net.openhft.lang.io.RandomDataOutputpublic void writeLong(long v)
writeLong in interface DataOutputwriteLong in interface net.openhft.lang.io.RandomDataOutputpublic void writeLong(long offset,
long v)
writeLong in interface net.openhft.lang.io.RandomDataOutputpublic void writeStopBit(long n)
writeStopBit in interface net.openhft.lang.io.RandomDataOutputpublic void writeFloat(float v)
writeFloat in interface DataOutputwriteFloat in interface net.openhft.lang.io.RandomDataOutputpublic void writeFloat(long offset,
float v)
writeFloat in interface net.openhft.lang.io.RandomDataOutputpublic void writeDouble(double v)
writeDouble in interface DataOutputwriteDouble in interface net.openhft.lang.io.RandomDataOutputpublic void writeDouble(long offset,
double v)
writeDouble in interface net.openhft.lang.io.RandomDataOutput@Nullable public Object readObject()
readObject in interface ObjectInputreadObject in interface net.openhft.lang.io.RandomDataInputpublic int read()
read in interface ObjectInputread in interface net.openhft.lang.io.RandomDataInputpublic int read(@NotNull
byte[] bytes)
read in interface ObjectInputread in interface net.openhft.lang.io.RandomDataInputpublic int read(@NotNull
byte[] bytes,
int off,
int len)
read in interface ObjectInputread in interface net.openhft.lang.io.RandomDataInputpublic long skip(long n)
skip in interface ObjectInputskip in interface net.openhft.lang.io.RandomDataInputpublic int available()
available in interface ObjectInputavailable in interface net.openhft.lang.io.RandomDataInputpublic void close()
close in interface ObjectInputclose in interface ObjectOutputclose in interface AutoCloseableclose in interface net.openhft.lang.io.RandomDataInputclose in interface net.openhft.lang.io.RandomDataOutputpublic void writeObject(Object obj)
writeObject in interface ObjectOutputwriteObject in interface net.openhft.lang.io.RandomDataOutputpublic void flush()
flush in interface ObjectOutputflush in interface net.openhft.lang.io.RandomDataOutputpublic <E> void writeList(@NotNull
Collection<E> list)
writeList in interface net.openhft.lang.io.RandomDataOutputpublic <E> void readList(@NotNull
Collection<E> list,
@NotNull
Class<E> eClass)
readList in interface net.openhft.lang.io.RandomDataInputpublic long size()
size in interface ExcerptCommonpublic boolean stepBackAndSkipTo(@NotNull
net.openhft.lang.io.StopCharTester tester)
stepBackAndSkipTo in interface net.openhft.lang.io.ByteStringParserpublic boolean skipTo(@NotNull
net.openhft.lang.io.StopCharTester tester)
skipTo in interface net.openhft.lang.io.ByteStringParser@NotNull
public net.openhft.lang.io.MutableDecimal parseDecimal(@NotNull
net.openhft.lang.io.MutableDecimal decimal)
parseDecimal in interface net.openhft.lang.io.ByteStringParser@NotNull public WrappedExcerpt toEnd()
toEnd in interface ExcerpttoEnd in interface ExcerptAppendertoEnd in interface ExcerptCommontoEnd in interface ExcerptTailerpublic boolean isFinished()
isFinished in interface net.openhft.lang.io.BytesCommonpublic boolean wasPadding()
wasPadding in interface Excerptpublic void roll()
roll in interface ExcerptAppender@NotNull public net.openhft.lang.io.ByteStringAppender appendTimeMillis(long timeInMS)
appendTimeMillis in interface net.openhft.lang.io.ByteStringAppender@NotNull public net.openhft.lang.io.ByteStringAppender appendDateMillis(long timeInMS)
appendDateMillis in interface net.openhft.lang.io.ByteStringAppender@NotNull public net.openhft.lang.io.ByteStringAppender appendDateTimeMillis(long timeInMS)
appendDateTimeMillis in interface net.openhft.lang.io.ByteStringAppender@NotNull
public <E> net.openhft.lang.io.ByteStringAppender append(@NotNull
E object)
append in interface net.openhft.lang.io.ByteStringAppender@NotNull
public <E> net.openhft.lang.io.ByteStringAppender append(@NotNull
Iterable<E> list,
@NotNull
CharSequence seperator)
append in interface net.openhft.lang.io.ByteStringAppender@NotNull
public <E> net.openhft.lang.io.ByteStringAppender append(@NotNull
List<E> list,
@NotNull
CharSequence seperator)
append in interface net.openhft.lang.io.ByteStringAppenderpublic int readVolatileInt()
readVolatileInt in interface net.openhft.lang.io.RandomDataInputpublic int readVolatileInt(long offset)
readVolatileInt in interface net.openhft.lang.io.RandomDataInputpublic long readVolatileLong()
readVolatileLong in interface net.openhft.lang.io.RandomDataInputpublic long readVolatileLong(long offset)
readVolatileLong in interface net.openhft.lang.io.RandomDataInputpublic void writeOrderedInt(int v)
writeOrderedInt in interface net.openhft.lang.io.RandomDataOutputpublic void writeOrderedInt(long offset,
int v)
writeOrderedInt in interface net.openhft.lang.io.RandomDataOutputpublic boolean compareAndSetInt(long offset,
int expected,
int x)
compareAndSetInt in interface net.openhft.lang.io.RandomDataOutputpublic int getAndAdd(long offset,
int delta)
getAndAdd in interface net.openhft.lang.io.RandomDataOutputpublic int addAndGetInt(long offset,
int delta)
addAndGetInt in interface net.openhft.lang.io.RandomDataOutputpublic void writeOrderedLong(long v)
writeOrderedLong in interface net.openhft.lang.io.RandomDataOutputpublic void writeOrderedLong(long offset,
long v)
writeOrderedLong in interface net.openhft.lang.io.RandomDataOutputpublic boolean compareAndSetLong(long offset,
long expected,
long x)
compareAndSetLong in interface net.openhft.lang.io.RandomDataOutputpublic void position(long position)
position in interface net.openhft.lang.io.BytesCommon@NotNull public ByteOrder byteOrder()
byteOrder in interface net.openhft.lang.io.BytesCommon@NotNull public net.openhft.lang.io.BytesMarshallerFactory bytesMarshallerFactory()
bytesMarshallerFactory in interface net.openhft.lang.io.BytesCommonpublic void checkEndOfBuffer()
throws IndexOutOfBoundsException
checkEndOfBuffer in interface net.openhft.lang.io.BytesCommonIndexOutOfBoundsExceptionpublic boolean tryLockInt(long offset)
tryLockInt in interface net.openhft.lang.io.BytesCommonpublic boolean tryLockNanosInt(long offset,
long nanos)
tryLockNanosInt in interface net.openhft.lang.io.BytesCommonpublic void busyLockInt(long offset)
throws InterruptedException,
IllegalStateException
busyLockInt in interface net.openhft.lang.io.BytesCommonInterruptedExceptionIllegalStateExceptionpublic void unlockInt(long offset)
throws IllegalStateException
unlockInt in interface net.openhft.lang.io.BytesCommonIllegalStateExceptionCopyright © 2013. All Rights Reserved.