馬老師IO精講
? byte[] data = classWriter.toByteArray();
? ? ? ?// 輸出
? ? ? ?File f = new File("operation-server/target/classes/meituan/bytecode/asm/Base.class");
? ? ? ?FileOutputStream fout = new FileOutputStream(f);
? ? ? ?fout.write(data);
標(biāo)簽: