Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        /** 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;
        /** Pattern V1 compression */
        public static final int COMPRESSION_PATTERN_V1 = 0x4;
    
        private int[] compressionAlgorithms;
    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