- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for readBytesWireFormat (0.08 sec)
-
src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java
} this.byteCount = SMBUtil.readInt2(buffer, bufferIndex); bufferIndex += 2; if ( this.byteCount != 0 ) { // TODO: is this really correct? int n = readBytesWireFormat(buffer, bufferIndex); if ( n != this.byteCount && log.isTraceEnabled() ) { log.trace("Short read, have " + n + ", want " + this.byteCount); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Nov 28 10:56:27 UTC 2022 - 14.3K bytes - Viewed (0)