- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getIndexNumber (0.17 seconds)
-
src/main/java/jcifs/internal/fscc/FileInternalInfo.java
return FILE_INTERNAL_INFO; } /** * Gets the file index number. * * @return the index number assigned by the file system */ public long getIndexNumber() { return this.indexNumber; } /** * {@inheritDoc} * * @see jcifs.Decodable#decode(byte[], int, int) */ @OverrideCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.6K bytes - Click Count (0) -
src/test/java/jcifs/internal/fscc/FileInternalInfoTest.java
secondInstance.decode(encodedBuffer, 0, encodedBuffer.length); // Verify both instances have same values assertEquals(firstInstance.getIndexNumber(), secondInstance.getIndexNumber()); assertEquals(expectedIndexNumber, secondInstance.getIndexNumber()); } @Test @DisplayName("Test multiple decode operations") void testMultipleDecodeOperations() throws SMBProtocolDecodingException {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 13.1K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbFile.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (0)