Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LZ77 (0.01 sec)

  1. src/main/java/jcifs/internal/smb2/nego/CompressionNegotiateContext.java

        public static final int NEGO_CTX_COMPRESSION_TYPE = 0x3;
    
        // SMB3 Compression Algorithms
        /** No compression */
        public static final int COMPRESSION_NONE = 0x0;
        /** LZ77 compression */
        public static final int COMPRESSION_LZ77 = 0x1;
        /** LZ77 + Huffman compression */
        public static final int COMPRESSION_LZ77_HUFFMAN = 0x2;
        /** LZNT1 compression (Windows standard) */
        public static final int COMPRESSION_LZNT1 = 0x3;
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 7.5K bytes
    - Viewed (0)
Back to top