org.xnap.plugin.overnet.net.msg.core
Class GapsMessage

java.lang.Object
  extended by org.xnap.plugin.overnet.net.msg.OvernetMessage
      extended by org.xnap.plugin.overnet.net.msg.core.OvernetCoreMessage
          extended by org.xnap.plugin.overnet.net.msg.core.GapsMessage

public class GapsMessage
extends OvernetCoreMessage


Field Summary
 byte[] hash
           
 int index
           
 OvernetSegment[] segments
           
static byte TYPE
           
 
Fields inherited from class org.xnap.plugin.overnet.net.msg.OvernetMessage
type
 
Constructor Summary
GapsMessage(java.nio.ByteBuffer buffer)
           
 
Method Summary
 
Methods inherited from class org.xnap.plugin.overnet.net.msg.core.OvernetCoreMessage
get, get, getFloat, getInt, getShort, getString, isValid, readTags, remaining, skip
 
Methods inherited from class org.xnap.plugin.overnet.net.msg.OvernetMessage
receive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final byte TYPE
See Also:
Constant Field Values

hash

public byte[] hash

index

public int index

segments

public OvernetSegment[] segments
Constructor Detail

GapsMessage

public GapsMessage(java.nio.ByteBuffer buffer)


Copyright © 2001-2005 XNap Team. All Rights Reserved.