- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isAlgorithmSupported (0.64 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/smb/compression/DefaultCompressionService.java
} if (offset < 0 || length < 0 || offset + length > data.length) { throw new CIFSException("Invalid offset or length"); } if (!isAlgorithmSupported(algorithm)) { throw new CIFSException("Unsupported compression algorithm: " + algorithm); } if (length < MIN_COMPRESSION_SIZE) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 11.2K bytes - Click Count (0) -
src/test/java/jcifs/smb/compression/DefaultCompressionServiceTest.java
assertTrue(compressionService.isAlgorithmSupported(CompressionService.COMPRESSION_NONE)); assertTrue(compressionService.isAlgorithmSupported(CompressionService.COMPRESSION_LZ77)); assertTrue(compressionService.isAlgorithmSupported(CompressionService.COMPRESSION_LZ77_HUFFMAN)); assertFalse(compressionService.isAlgorithmSupported(CompressionService.COMPRESSION_LZNT1));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)