Свойство | Тип | Описание | |
---|---|---|---|
Message | System | ||
Message | System | ||
ReadBytes | byte[] | ||
ReadHash | |||
ReadStr | string | ||
ReadUint32 | uint | ||
ReadUint64 | ulong | ||
ReadVarInt | ulong |
Метод | Описание | |
---|---|---|
BitcoinSerialize ( ) : byte[] | ||
BitcoinSerializeToStream ( Stream stream ) : void |
Serializes this message to the provided stream. If you just want the raw bytes use bitcoinSerialize().
|
Метод | Описание | |
---|---|---|
Message ( ) : System |
This exists for the Java serialization framework to use only.
|
|
Parse ( ) : void |
Метод | Описание | |
---|---|---|
Message ( |
||
Message ( |
||
ReadBytes ( int length ) : byte[] | ||
ReadHash ( ) : |
||
ReadStr ( ) : string | ||
ReadUint32 ( ) : uint | ||
ReadUint64 ( ) : ulong | ||
ReadVarInt ( ) : ulong |
public BitcoinSerializeToStream ( Stream stream ) : void | ||
stream | Stream | |
Результат | void |