com.google.bitcoin.core
Class UnknownMessage

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

public class UnknownMessage
extends Message

See Also:
Serialized Form

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

Constructor Detail

UnknownMessage

public UnknownMessage(NetworkParameters params,
                      String name,
                      byte[] payloadBytes)
               throws ProtocolException
Throws:
ProtocolException
Method Detail

toString

public String toString()
Overrides:
toString in class Object

parse

public void parse()
           throws ProtocolException
Throws:
ProtocolException


Copyright © 2011. All Rights Reserved.