193194195196197198199200201202203
); } } FileOutputStream fout = new FileOutputStream(path); DataOutputStream out = new DataOutputStream(fout); klass.dump(out); fout.close(); } catch (IOException e) { throw new WrappedRuntimeException(e); } }