public class JavaClassFile extends Object
| Constructor and Description |
|---|
JavaClassFile(String javaNameWithPackage,
byte[] byteCode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getByteCode() |
String |
getJavaNameWithPackage() |
String |
getPath() |
int |
hashCode() |
boolean |
isEmpty() |
InputStream |
toInputStream() |
String |
toString() |
public JavaClassFile(String javaNameWithPackage, byte[] byteCode)
public String getJavaNameWithPackage()
public String getPath()
public byte[] getByteCode()
public InputStream toInputStream()
public boolean isEmpty()
Copyright © 2004–2021 OpenL Tablets. All rights reserved.