Class ZNetFileChunk

java.lang.Object
zombie.core.znet.ZNetFileChunk

public class ZNetFileChunk
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    byte[] data  
    long fileId  
    long offset  
  • 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()