Interface ClassFileLocator.Resolution

    • Method Detail

      • isResolved

        boolean isResolved()
        Checks if this binary representation is valid.
        Returns:
        true if this binary representation is valid.
      • resolve

        byte[] resolve()
        Finds the data of this binary representation. Calling this method is only legal for resolved instances. For non-resolved instances, an exception is thrown.
        Returns:
        The requested binary data. The returned array must not be altered.