Uses of Class
com.hierynomus.protocol.commons.buffer.Endian
Packages that use Endian
-
Uses of Endian in com.hierynomus.protocol.commons.buffer
Subclasses of Endian in com.hierynomus.protocol.commons.bufferModifier and TypeClassDescriptionprivate static class
private static class
Fields in com.hierynomus.protocol.commons.buffer declared as EndianModifier and TypeFieldDescriptionstatic final Endian
Endian.BE
private Endian
Buffer.endianness
static final Endian
Endian.LE
Methods in com.hierynomus.protocol.commons.buffer with parameters of type EndianModifier and TypeMethodDescriptionWrites a long in the specified endianness.Buffer.putNullTerminatedString
(String string, Charset charset, Endian endianness) Writes a uint16 integer in the specified endianness.Writes a uint24 integer in the specified endianness.Writes a uint32 integer in the specified endianness.Writes a uint64 integer in the specified endianness.long
Read a long from the buffer using the specified endianness.private String
Buffer.readNullTerminatedString
(Charset charset, Endian endianness) private String
Buffer.readString
(Charset charset, int length, Endian endianness) int
Buffer.readUInt16
(Endian endianness) Read a uint16 from the buffer using the specified endianness.int
Buffer.readUInt24
(Endian endianness) Read a uint24 from the buffer using the specified endianness.long
Buffer.readUInt32
(Endian endianness) Read a uint32 from the buffer using the specified endianness.long
Buffer.readUInt64
(Endian endianness) Read a uint64 from the buffer using the specified endianness.Constructors in com.hierynomus.protocol.commons.buffer with parameters of type EndianModifierConstructorDescriptionprivate
PlainBuffer
(byte[] data, Endian endianness) PlainBuffer
(int size, Endian endianness) PlainBuffer
(Endian endiannes)