public static interface ClassFileLocator.Resolution
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ClassFileLocator.Resolution.ExplicitRepresents a byte array as binary data. | 
| static class  | ClassFileLocator.Resolution.IllegalA canonical representation of an illegal binary representation. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isResolved()Checks if this binary representation is valid. | 
| byte[] | resolve()Finds the data of this binary representation. | 
boolean isResolved()
true if this binary representation is valid.byte[] resolve()
Copyright © 2014–2016. All rights reserved.