This post is part of the Writing a JVM in Rust series.
I have written a JVM in Rust A JVM in Rust part 2 - The class files format A JVM in Rust part 3 - Parsing class files ⬅️ this post In this post, I will discuss how rjvm parses .class files. The code I will discuss today is contained in the reader crate.