Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testDecompressionIntoBuffer (0.23 seconds)

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

  1. src/test/java/jcifs/smb/compression/DefaultCompressionServiceTest.java

            assertArrayEquals(testData, decompressed);
        }
    
        @Test
        @DisplayName("Test decompression into buffer")
        public void testDecompressionIntoBuffer() throws CIFSException {
            byte[] compressed = compressionService.compress(testData, CompressionService.COMPRESSION_LZ77);
    
            byte[] outputBuffer = new byte[testData.length + 100];
            int writtenBytes =
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 9.1K bytes
    - Click Count (0)
Back to Top