Rune-Status / guthix-Jagex-ByteBuf

A collection of Netty ByteBuf extensions for the RuneTek engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jagex-ByteBuf

Build Status License Discord

Jagex-ByteBuf is a collection of Netty ByteBuf extensions for reading and writing RuneTek engine data type encoding. Jagex-ByteBuf uses Kotlin extension functions to add RuneTek engine ByteBuf read and write methods to the Netty ByteBuf interface. It also adds a bit buffer implementation that provides reading and writing with bit granularity.

Gradle

implementation(group = "io.guthix", name = "jagex-bytebuf", version = "0.1.1")

About

A collection of Netty ByteBuf extensions for the RuneTek engine.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%