- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for readQuestionSectionWireFormat (0.13 sec)
-
src/main/java/jcifs/netbios/NameServicePacket.java
dstIndex += 2; writeInt2(this.questionClass, dst, dstIndex); dstIndex += 2; return dstIndex - start; } int readQuestionSectionWireFormat ( byte[] src, int srcIndex ) { int start = srcIndex; srcIndex += this.questionName.readWireFormat(src, srcIndex); this.questionType = readInt2(src, srcIndex); srcIndex += 2;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 12K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NameServicePacket.java
writeInt2( questionType, dst, dstIndex ); dstIndex += 2; writeInt2( questionClass, dst, dstIndex ); dstIndex += 2; return dstIndex - start; } int readQuestionSectionWireFormat( byte[] src, int srcIndex ) { int start = srcIndex; srcIndex += questionName.readWireFormat( src, srcIndex ); questionType = readInt2( src, srcIndex ); srcIndex += 2;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 12.4K bytes - Viewed (0)