Méthode | Description | |
---|---|---|
Binary ( |
Parse a binary node
|
|
Binary ( byte val ) : System |
Binary constructor from byte array This constructor only sets the reference, no new memory is allocated |
|
Parse ( |
Parses a binairy node. This is not an efficient method. First the stream is placed in a string. And after that the string is converted in a byte[]. If there is a fault in the binairy string then that will only be detected after reading the whole stream and after coneverting. |
|
ToString ( ) : string |
To String The hexadecimal notation, 20 bytes for each line |
Méthode | Description | |
---|---|---|
Write ( WriteStream stream ) : void |
Write the base64 content to YAML The lines are splitted in blocks of 20 bytes |
public Binary ( |
||
stream | ||
Résultat | System |
public static Parse ( |
||
stream | ||
Résultat | byte[] |
protected Write ( WriteStream stream ) : void | ||
stream | WriteStream | |
Résultat | void |