private boolean hasCafebabe(final ClassFileBuffer buffer) throws IOException {
   return buffer.size() > 4 && buffer.readInt() == 0xCAFEBABE;
 }