Class BinaryParser

java.lang.Object
org.openrewrite.binary.BinaryParser
All Implemented Interfaces:
Parser<Binary>

public class BinaryParser extends Object implements Parser<Binary>
Doesn't actually _parse_ anything, but if you want to wrap binary data into a SourceFile, this will do the trick