Constructor and Description |
---|
AsmSpi9() |
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) |
public void write(serp.bytecode.BCClass bc) throws IOException
write
in interface AsmSpi
IOException
public void write(serp.bytecode.BCClass bc, File outFile) throws IOException
write
in interface AsmSpi
IOException
public void write(serp.bytecode.BCClass bc, OutputStream os) throws IOException
write
in interface AsmSpi
IOException
public byte[] toByteArray(serp.bytecode.BCClass bc, byte[] returnBytes) throws IOException
toByteArray
in interface AsmSpi
IOException
public boolean isEnhanced(byte[] b)
isEnhanced
in interface AsmSpi
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.