Netty WIP
Implementing ByteBuf backed In/OutPacket first in a separate branch
This commit is contained in:
5
src/main/java/net/netty/OutPacket.java
Normal file
5
src/main/java/net/netty/OutPacket.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package net.netty;
|
||||
|
||||
public interface OutPacket {
|
||||
byte[] getBytes();
|
||||
}
|
||||
Reference in New Issue
Block a user