public interface PacketReader extends Closeable
Modifier and Type | Interface and Description |
---|---|
static interface |
PacketReader.Factory
The factory interface to create
PacketReader s. |
Modifier and Type | Method and Description |
---|---|
long |
pos() |
DataBuffer |
readPacket()
Reads a packet.
|
DataBuffer readPacket() throws IOException
IOException
long pos()
Copyright © 2023. All Rights Reserved.