Parses a binairy node.
Missing <returns> documentation for M:Yaml.Binary.Parse(Yaml.ParseStream)
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.