Uses of Class
com.hierynomus.protocol.commons.buffer.Endian
Packages that use Endian
-
Uses of Endian in com.hierynomus.protocol.commons.buffer
Fields in com.hierynomus.protocol.commons.buffer declared as EndianMethods in com.hierynomus.protocol.commons.buffer with parameters of type EndianModifier and TypeMethodDescriptionWrites a long in the specified 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.longRead a long from the buffer using the specified endianness.intBuffer.readUInt16(Endian endianness) Read a uint16 from the buffer using the specified endianness.intBuffer.readUInt24(Endian endianness) Read a uint24 from the buffer using the specified endianness.longBuffer.readUInt32(Endian endianness) Read a uint32 from the buffer using the specified endianness.longBuffer.readUInt64(Endian endianness) Read a uint64 from the buffer using the specified endianness.Constructors in com.hierynomus.protocol.commons.buffer with parameters of type EndianModifierConstructorDescriptionPlainBuffer(byte[] data, Endian endianness) PlainBuffer(int size, Endian endianness) PlainBuffer(Endian endiannes)