- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setRemaining (0.07 sec)
-
src/main/java/jcifs/internal/smb1/com/SmbComReadAndX.java
} /** * @param remaining * the remaining to set */ public final void setRemaining ( int remaining ) { this.remaining = remaining; } void setParam ( int fid, long offset, int maxCount ) { this.fid = fid; this.offset = offset; this.maxCount = this.minCount = maxCount; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/io/Smb2WriteResponse.java
} /** * @return the count */ public final int getCount () { return this.count; } /** * @return the remaining */ public final int getRemaining () { return this.remaining; } /** * {@inheritDoc} * * @see jcifs.internal.smb2.ServerMessageBlock2#writeBytesWireFormat(byte[], int) */ @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2.5K bytes - Viewed (0)