Class PacketReplay
- java.lang.Object
-
- org.rspeer.game.provider.callback.manager.packet.PacketReplay
-
public class PacketReplay extends Object
-
-
Constructor Summary
Constructors Constructor Description PacketReplay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intavailable()voidinitCiphers()voidload(File file)intread(byte[] array, int offset, int length)voidreset()booleanshouldReplay()
-
-
-
Method Detail
-
load
public void load(File file)
-
reset
public void reset()
-
available
public int available()
-
read
public int read(byte[] array, int offset, int length)
-
initCiphers
public void initCiphers()
-
shouldReplay
public boolean shouldReplay()
-
-