Method | Description | |
---|---|---|
BitcoinSerializer ( |
Constructs a BitcoinSerializer with the given behavior.
|
|
Deserialize ( Stream @in ) : |
Reads a message from the given InputStream and returns it.
|
|
Serialize ( |
Writes message to to the output stream.
|
|
UseChecksumming ( bool usesChecksumming ) : void |
Method | Description | |
---|---|---|
BitcoinSerializer ( ) : System | ||
MakeMessage ( string command, byte payloadBytes ) : |
||
SeekPastMagicBytes ( Stream @in ) : void |
public BitcoinSerializer ( |
||
@params | ||
usesChecksumming | bool | Set to true if checksums should be included and expected in headers |
return | System |
public Serialize ( |
||
message | ||
@out | Stream | |
return | void |
public UseChecksumming ( bool usesChecksumming ) : void | ||
usesChecksumming | bool | |
return | void |