Currently [ClassStream depends on ApacheBCEL](https://github.com/Codarama/diet-engine/blob/master/src/main/java/org/codarama/diet/model/ClassStream.java#L30) to check whether an InputStream is actually a Java class file. We should "slap" an interface in front of [BCEL](https://commons.apache.org/proper/commons-bcel/), so we have an easier time when we decide to remove it.