Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for compression_level (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

        // Configuration constants
        private static final int MIN_COMPRESSION_SIZE = 512; // 512 bytes minimum
        private static final int MAX_COMPRESSION_SIZE = 1024 * 1024; // 1MB maximum
        private static final int COMPRESSION_LEVEL = Deflater.DEFAULT_COMPRESSION;
    
        // Supported algorithms
        private static final int[] SUPPORTED_ALGORITHMS = { COMPRESSION_NONE, COMPRESSION_LZ77, COMPRESSION_LZ77_HUFFMAN };
    
        @Override
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 11.2K bytes
    - Click Count (0)
Back to Top