public static class ClassFileLocator.Resolution.Explicit extends Object implements ClassFileLocator.Resolution
ClassFileLocator.Resolution.Explicit, ClassFileLocator.Resolution.Illegal| Constructor and Description |
|---|
Explicit(byte[] binaryRepresentation)
Creates a new explicit resolution of a given array of binary data.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
isResolved()
Checks if this binary representation is valid.
|
byte[] |
resolve()
Finds the data of this binary representation.
|
String |
toString() |
public Explicit(byte[] binaryRepresentation)
binaryRepresentation - The binary data to represent. The array must not be modified.public boolean isResolved()
ClassFileLocator.ResolutionisResolved in interface ClassFileLocator.Resolutiontrue if this binary representation is valid.public byte[] resolve()
ClassFileLocator.Resolutionresolve in interface ClassFileLocator.ResolutionCopyright © 2014–2016. All rights reserved.