- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for writeQuestionSectionWireFormat (0.2 sec)
-
src/main/java/jcifs/netbios/NameServicePacket.java
this.authorityCount = readInt2(src, srcIndex + AUTHORITY_OFFSET); this.additionalCount = readInt2(src, srcIndex + ADDITIONAL_OFFSET); return HEADER_LENGTH; } int writeQuestionSectionWireFormat ( byte[] dst, int dstIndex ) { int start = dstIndex; dstIndex += this.questionName.writeWireFormat(dst, dstIndex); writeInt2(this.questionType, dst, dstIndex); dstIndex += 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
authorityCount = readInt2( src, srcIndex + AUTHORITY_OFFSET ); additionalCount = readInt2( src, srcIndex + ADDITIONAL_OFFSET ); return HEADER_LENGTH; } int writeQuestionSectionWireFormat( byte[] dst, int dstIndex ) { int start = dstIndex; dstIndex += questionName.writeWireFormat( dst, dstIndex ); writeInt2( questionType, dst, dstIndex ); dstIndex += 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)