anon.mixminion.message
Class SingleBlockMessage

java.lang.Object
  extended by anon.mixminion.message.MessageImplementation
      extended by anon.mixminion.message.SingleBlockMessage

public class SingleBlockMessage
extends MessageImplementation

Author:
Stefan Roenisch

Field Summary
private  byte[] m_payload
           
(package private) static int SINGLETON_HEADER_LEN
           
 
Constructor Summary
SingleBlockMessage(byte[] compressed_payload)
          Constructor
 
Method Summary
 byte[][] buildPayload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON_HEADER_LEN

static final int SINGLETON_HEADER_LEN
See Also:
Constant Field Values

m_payload

private byte[] m_payload
Constructor Detail

SingleBlockMessage

public SingleBlockMessage(byte[] compressed_payload)
Constructor

Parameters:
compressed_payload -
Method Detail

buildPayload

public byte[][] buildPayload()
Overrides:
buildPayload in class MessageImplementation