public interface IWeaver
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWeavableClass(java.lang.String filePath)
Check a certain file is weavable
|
byte[] |
weaveSingleClassToByteArray(java.io.InputStream inputStream)
Weave single class to byte array
|
boolean isWeavableClass(java.lang.String filePath)
throws java.io.IOException
filePath - class路径java.io.IOExceptionbyte[] weaveSingleClassToByteArray(java.io.InputStream inputStream)
throws java.io.IOException
inputStream - java.io.IOException