pub fn parse_bytes<R: Read>(read: R) -> Result<JavaClass, Error>
Parse bytes into a java class.
Will return an error if the byte stream does not resolve to a valid java class