- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testReadHeaderWireFormat (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/netbios/NameServicePacketTest.java
assertEquals((byte) 0x03, dst[9]); assertEquals((byte) 0x00, dst[10]); // additionalCount assertEquals((byte) 0x04, dst[11]); } @Test void testReadHeaderWireFormat() { byte[] src = new byte[NameServicePacket.HEADER_LENGTH]; NameServicePacket.writeInt2(0x1234, src, 0); src[2] = (byte) (0x80 | (NameServicePacket.QUERY << 3) | 0x04 | 0x02 | 0x01);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 17.9K bytes - Click Count (0)