Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ChecksumAlgorithm (0.13 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/services/ChecksumAlgorithmService.java

         * @throws IOException In case of any IO problem.
         */
        @Nonnull
        Map<ChecksumAlgorithm, String> calculate(
                @Nonnull InputStream stream, @Nonnull Collection<ChecksumAlgorithm> algorithms) throws IOException;
    
        /**
         * The checksum algorithm.
         */
        interface ChecksumAlgorithm {
            /**
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Wed Jul 10 20:52:34 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top