pub fn parse(input: &[u8]) -> Result<(Pool, Class), Error>
Parses the class file, which is represented as a byte array. The constant pool and the class is returned, if no error occurred.