- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for shouldDecodeBufferWithOffset (0.1 seconds)
-
src/test/java/jcifs/internal/fscc/FileFsSizeInformationTest.java
assertEquals(expectedCapacity, fileFsSizeInfo.getCapacity()); } @Test @DisplayName("Should decode buffer with offset correctly") void shouldDecodeBufferWithOffset() throws SMBProtocolDecodingException { // Given - buffer with padding before actual data ByteBuffer buffer = ByteBuffer.allocate(34); buffer.order(ByteOrder.LITTLE_ENDIAN);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 25.9K bytes - Click Count (0) -
src/test/java/jcifs/internal/fscc/FileFsFullSizeInformationTest.java
assertEquals(expectedCapacity, fileFsFullSizeInfo.getCapacity()); } @Test @DisplayName("Should decode buffer with offset correctly") void shouldDecodeBufferWithOffset() throws SMBProtocolDecodingException { // Given - buffer with padding before actual data ByteBuffer buffer = ByteBuffer.allocate(42); buffer.order(ByteOrder.LITTLE_ENDIAN);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 30.5K bytes - Click Count (0)