Function parse_bytes

Source
pub fn parse_bytes<R: Read>(read: R) -> Result<JavaClass, Error>
Expand description

Parse bytes into a java class.

ยงError

Will return an error if the byte stream does not resolve to a valid java class