org.asunder.content
Class CHKContent

java.lang.Object
  extended by org.asunder.content.AsunderContent
      extended by org.asunder.content.CHKContent
All Implemented Interfaces:
java.io.Serializable, DHTContent

public final class CHKContent
extends AsunderContent

Author:
simms2k
See Also:
Serialized Form

Constructor Summary
CHKContent(byte[] data)
          Creates a new instance of CHKContent
 
Method Summary
 DHTContentKey getContentKey()
           
 boolean permitsOverwrite()
           
 
Methods inherited from class org.asunder.content.AsunderContent
encodeContent, getContentLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CHKContent

public CHKContent(byte[] data)
Creates a new instance of CHKContent

Method Detail

permitsOverwrite

public boolean permitsOverwrite()

getContentKey

public DHTContentKey getContentKey()