Package zombie.core.znet
Class ZNetFileChunk
java.lang.Object
zombie.core.znet.ZNetFileChunk
public class ZNetFileChunk
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ZNetFileChunk()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
fileId
public long fileId -
offset
public long offset -
data
public byte[] data
-
-
Constructor Details
-
ZNetFileChunk
public ZNetFileChunk()
-