public interface AsmSpi
Modifier and Type | Method and Description |
---|---|
boolean |
isEnhanced(byte[] b) |
byte[] |
toByteArray(serp.bytecode.BCClass bc,
byte[] returnBytes) |
void |
write(serp.bytecode.BCClass bc) |
void |
write(serp.bytecode.BCClass bc,
File outFile) |
void |
write(serp.bytecode.BCClass bc,
OutputStream os) |
void write(serp.bytecode.BCClass bc) throws IOException
IOException
void write(serp.bytecode.BCClass bc, File outFile) throws IOException
IOException
void write(serp.bytecode.BCClass bc, OutputStream os) throws IOException
IOException
byte[] toByteArray(serp.bytecode.BCClass bc, byte[] returnBytes) throws IOException
IOException
boolean isEnhanced(byte[] b)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.