public static interface ClassFileLocator.Resolution
Modifier and Type | Interface and Description |
---|---|
static class |
ClassFileLocator.Resolution.Explicit
Represents a byte array as binary data.
|
static class |
ClassFileLocator.Resolution.Illegal
A 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–2024. All rights reserved.