com.google.bitcoin.core
Class GetDataMessage

java.lang.Object
  extended by com.google.bitcoin.core.Message
      extended by com.google.bitcoin.core.ListMessage
          extended by com.google.bitcoin.core.GetDataMessage
All Implemented Interfaces:
Serializable

public class GetDataMessage
extends ListMessage

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.google.bitcoin.core.Message
bytes, cursor, MAX_SIZE, offset, params, protocolVersion
 
Constructor Summary
GetDataMessage(NetworkParameters params)
           
GetDataMessage(NetworkParameters params, byte[] payloadBytes)
           
 
Method Summary
 
Methods inherited from class com.google.bitcoin.core.ListMessage
addItem, bitcoinSerializeToStream, getItems, parse
 
Methods inherited from class com.google.bitcoin.core.Message
bitcoinSerialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDataMessage

public GetDataMessage(NetworkParameters params,
                      byte[] payloadBytes)
               throws ProtocolException
Throws:
ProtocolException

GetDataMessage

public GetDataMessage(NetworkParameters params)


Copyright © 2011. All Rights Reserved.