- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for eofHandlingMidHeader (0.48 sec)
-
src/test/java/jcifs/smb1/netbios/SocketInputStreamTest.java
assertThrows(IOException.class, () -> sis.read()); } @Test @DisplayName("EOF handling when stream ends mid-header") void eofHandlingMidHeader() throws IOException { // Create incomplete header (only 2 bytes instead of 4) byte[] incompleteHeader = new byte[] { (byte) SessionServicePacket.SESSION_MESSAGE, 0 };
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.2K bytes - Viewed (0)