public final class HexParser extends Object
public static byte[] parse(String src)
byte[]
corresponding to the text. The format is simple: Each line may
start with a hex offset followed by a colon (which is verified
and presumably used just as a comment), and then consists of
hex digits freely interspersed with whitespace. If a pound sign
is encountered, it and the rest of the line are ignored as a
comment. If a double quote is encountered, then the ASCII value
of the subsequent characters is used, until the next double
quote. Quoted strings may not span multiple lines.src - non-null; the source stringnon-null; the parsed formCopyright © 2014. All Rights Reserved.