public interface CodeOutput extends CodeCursor
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] data)
Writes the contents of the given array.
|
void |
write(int[] data)
Writes the contents of the given array.
|
void |
write(long[] data)
Writes the contents of the given array.
|
void |
write(short codeUnit)
Writes a code unit.
|
void |
write(short[] data)
Writes the contents of the given array.
|
void |
write(short u0,
short u1)
Writes two code units.
|
void |
write(short u0,
short u1,
short u2)
Writes three code units.
|
void |
write(short u0,
short u1,
short u2,
short u3)
Writes four code units.
|
void |
write(short u0,
short u1,
short u2,
short u3,
short u4)
Writes five code units.
|
void |
writeInt(int value)
Writes an
int, little-endian. |
void |
writeLong(long value)
Writes a
long, little-endian. |
baseAddressForCursor, cursor, setBaseAddressvoid write(short codeUnit)
void write(short u0,
short u1)
void write(short u0,
short u1,
short u2)
void write(short u0,
short u1,
short u2,
short u3)
void write(short u0,
short u1,
short u2,
short u3,
short u4)
void writeInt(int value)
int, little-endian.void writeLong(long value)
long, little-endian.void write(byte[] data)
void write(short[] data)
void write(int[] data)
void write(long[] data)
Copyright © 2020. All Rights Reserved.