Example #1
0
 static byte[] classBytes(Class klass) throws IOException {
   return IO.readAllBytes(fileForClass(klass));
 }