com.google.bitcoin.core
Class UnknownMessage

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

public class UnknownMessage
extends EmptyMessage

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.bitcoin.core.Message
Message.LazyParseException
 
Field Summary
 
Fields inherited from class com.google.bitcoin.core.Message
bytes, checksum, cursor, length, MAX_SIZE, offset, params, parsed, parseLazy, parseRetain, protocolVersion, recached, UNKNOWN_LENGTH
 
Constructor Summary
UnknownMessage(NetworkParameters params, String name, byte[] payloadBytes)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.google.bitcoin.core.EmptyMessage
bitcoinSerialize, bitcoinSerializeToStream, ensureParsed, getMessageSize, parseLite
 
Methods inherited from class com.google.bitcoin.core.Message
adjustLength, bitcoinSerialize, getHash, getParams, isCached, isParsed, isRecached, maybeParse, unCache, unsafeBitcoinSerialize
 
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


Copyright © 2014. All rights reserved.