Add InPacket interface and ByteBuf implementation

Replacement for LittleEndianAccessor, SeekableLittleEndianAccessor,
GenericLittleEndianAccessor, and GenericSeekableLittleEndianAccessor.
This commit is contained in:
P0nk
2021-06-20 17:15:10 +02:00
parent eb7ee9dabe
commit 00abbb4acd
6 changed files with 121 additions and 0 deletions

View File

@@ -47,6 +47,11 @@
<artifactId>jcip-annotations</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.65.Final</version>
</dependency>
<!-- Logging -->
<dependency>