Uses of Annotation Interface
club.doki7.ffm.annotation.Unsigned
Packages that use Unsigned
-
Uses of Unsigned in club.doki7.ffm
Fields in club.doki7.ffm with annotations of type UnsignedModifier and TypeFieldDescriptionstatic final intNativeLayout.UINT32_MAXstatic final longNativeLayout.UINT64_MAXMethods in club.doki7.ffm with annotations of type UnsignedModifier and TypeMethodDescriptionstatic longNativeLayout.readCSizeT(@NotNull MemorySegment segment, long offset) static intNativeLayout.readWCharT(@NotNull MemorySegment segment, long offset) Method parameters in club.doki7.ffm with annotations of type UnsignedModifier and TypeMethodDescriptionstatic voidNativeLayout.writeCSizeT(@NotNull MemorySegment segment, long offset, long value) -
Uses of Unsigned in club.doki7.ffm.bits
Methods in club.doki7.ffm.bits with annotations of type UnsignedModifier and TypeMethodDescriptionstatic booleanBitfieldUtil.readBit(@NotNull MemorySegment segment, int bit) static byteBitfieldUtil.readBits(byte value, int startBit, int endBit) static intBitfieldUtil.readBits(int value, int startBit, int endBit) static shortBitfieldUtil.readBits(short value, int startBit, int endBit) static intBitfieldUtil.readBits(@NotNull MemorySegment segment, int startBit, int endBit) static byteBitfieldUtil.writeBit(byte value, int bit, boolean bitValue) static intBitfieldUtil.writeBit(int value, int bit, boolean bitValue) static shortBitfieldUtil.writeBit(short value, int bit, boolean bitValue) static byteBitfieldUtil.writeBits(byte value, int startBit, int endBit, byte bits) static intBitfieldUtil.writeBits(int value, int startBit, int endBit, int bits) static shortBitfieldUtil.writeBits(short value, int startBit, int endBit, short bits) Method parameters in club.doki7.ffm.bits with annotations of type UnsignedModifier and TypeMethodDescriptionstatic booleanBitfieldUtil.readBit(byte value, int bit) static booleanBitfieldUtil.readBit(byte value, int bit) static booleanBitfieldUtil.readBit(int value, int bit) static booleanBitfieldUtil.readBit(int value, int bit) static booleanBitfieldUtil.readBit(short value, int bit) static booleanBitfieldUtil.readBit(short value, int bit) static booleanBitfieldUtil.readBit(@NotNull MemorySegment segment, int bit) static byteBitfieldUtil.readBits(byte value, int startBit, int endBit) static byteBitfieldUtil.readBits(byte value, int startBit, int endBit) static byteBitfieldUtil.readBits(byte value, int startBit, int endBit) static intBitfieldUtil.readBits(int value, int startBit, int endBit) static intBitfieldUtil.readBits(int value, int startBit, int endBit) static intBitfieldUtil.readBits(int value, int startBit, int endBit) static shortBitfieldUtil.readBits(short value, int startBit, int endBit) static shortBitfieldUtil.readBits(short value, int startBit, int endBit) static shortBitfieldUtil.readBits(short value, int startBit, int endBit) static intBitfieldUtil.readBits(@NotNull MemorySegment segment, int startBit, int endBit) static intBitfieldUtil.readBits(@NotNull MemorySegment segment, int startBit, int endBit) static byteBitfieldUtil.writeBit(byte value, int bit, boolean bitValue) static byteBitfieldUtil.writeBit(byte value, int bit, boolean bitValue) static intBitfieldUtil.writeBit(int value, int bit, boolean bitValue) static intBitfieldUtil.writeBit(int value, int bit, boolean bitValue) static shortBitfieldUtil.writeBit(short value, int bit, boolean bitValue) static shortBitfieldUtil.writeBit(short value, int bit, boolean bitValue) static voidBitfieldUtil.writeBit(@NotNull MemorySegment segment, int bit, boolean bitValue) static byteBitfieldUtil.writeBits(byte value, int startBit, int endBit, byte bits) static byteBitfieldUtil.writeBits(byte value, int startBit, int endBit, byte bits) static byteBitfieldUtil.writeBits(byte value, int startBit, int endBit, byte bits) static byteBitfieldUtil.writeBits(byte value, int startBit, int endBit, byte bits) static intBitfieldUtil.writeBits(int value, int startBit, int endBit, int bits) static intBitfieldUtil.writeBits(int value, int startBit, int endBit, int bits) static intBitfieldUtil.writeBits(int value, int startBit, int endBit, int bits) static intBitfieldUtil.writeBits(int value, int startBit, int endBit, int bits) static shortBitfieldUtil.writeBits(short value, int startBit, int endBit, short bits) static shortBitfieldUtil.writeBits(short value, int startBit, int endBit, short bits) static shortBitfieldUtil.writeBits(short value, int startBit, int endBit, short bits) static shortBitfieldUtil.writeBits(short value, int startBit, int endBit, short bits) static voidBitfieldUtil.writeBits(@NotNull MemorySegment segment, int startBit, int endBit, int bits) static voidBitfieldUtil.writeBits(@NotNull MemorySegment segment, int startBit, int endBit, int bits) static voidBitfieldUtil.writeBits(@NotNull MemorySegment segment, int startBit, int endBit, int bits)