Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DefaultCompressionService (1.01 sec)

  1. src/main/java/jcifs/smb/compression/DefaultCompressionService.java

     * for LZ77-based compression. For production use, more specialized
     * implementations of LZNT1 and Pattern_V1 algorithms would be needed.
     */
    public class DefaultCompressionService implements CompressionService {
    
        private static final Logger log = LoggerFactory.getLogger(DefaultCompressionService.class);
    
        // Configuration constants
        private static final int MIN_COMPRESSION_SIZE = 512; // 512 bytes minimum
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 11.2K bytes
    - Viewed (0)
Back to top