- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testEncodeImmutability (0.19 seconds)
-
src/test/java/jcifs/internal/fscc/FileEndOfFileInformationTest.java
assertEquals(8, bytes2); assertEquals(info1.toString(), info2.toString()); } @Test @DisplayName("Test encode does not modify source object") void testEncodeImmutability() { long originalValue = 1000L; FileEndOfFileInformation info = new FileEndOfFileInformation(originalValue); // Get original toString String originalString = info.toString();
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 9.9K bytes - Click Count (0)