Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for prepareManifestBytesForInteroperability (0.69 sec)

  1. platforms/jvm/platform-jvm/src/main/java/org/gradle/api/java/archives/internal/DefaultManifest.java

            File manifestFile = fileResolver.resolve(manifestPath);
            try {
                byte[] manifestBytes = FileUtils.readFileToByteArray(manifestFile);
                manifestBytes = prepareManifestBytesForInteroperability(manifestBytes);
                // Eventually convert manifest content to UTF-8 before handing it to java.util.jar.Manifest
                if (!DEFAULT_CONTENT_CHARSET.equals(contentCharset)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 13.8K bytes
    - Viewed (0)
Back to top