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