Function jbcrs::basic::parse [] [src]

pub fn parse(input: &[u8]) -> Result<(Pool, Class)>

Parses the class file, which is represented as a byte array. The constant pool and the class is returned, if no error occurred.