- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for NameQueryResponse (0.07 seconds)
-
src/main/java/jcifs/smb1/netbios/NameQueryResponse.java
* License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.smb1.netbios; class NameQueryResponse extends NameServicePacket { NameQueryResponse() { recordName = new Name(); } @Override int writeBodyWireFormat(final byte[] dst, final int dstIndex) { return 0; } @OverrideCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 2K bytes - Click Count (0) -
src/main/java/jcifs/netbios/NameQueryResponse.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.netbios; import java.util.Arrays; import jcifs.Configuration; class NameQueryResponse extends NameServicePacket { NameQueryResponse(final Configuration config) { super(config); this.recordName = new Name(config); } @Override int writeBodyWireFormat(final byte[] dst, final int dstIndex) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 2.2K bytes - Click Count (0)