- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getAlgorithmName (0.13 sec)
-
src/main/java/jcifs/internal/smb2/nego/CompressionNegotiateContext.java
} /** * Gets a human-readable name for the compression algorithm. * * @param algorithm the algorithm constant * @return the algorithm name */ public static String getAlgorithmName(int algorithm) { switch (algorithm) { case COMPRESSION_NONE: return "None"; case COMPRESSION_LZ77: return "LZ77"; case COMPRESSION_LZ77_HUFFMAN:Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 7.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/compression/CompressionService.java
/** * Gets a human-readable name for the compression algorithm. * * @param algorithm the algorithm constant * @return the algorithm name */ String getAlgorithmName(int algorithm);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/compression/DefaultCompressionService.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 11.2K bytes - Viewed (0)