- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for writeDirect (0.39 sec)
-
src/main/java/jcifs/smb1/dcerpc/DcerpcPipeHandle.java
} if (out == null) { out = (SmbFileOutputStream) pipe.getNamedPipeOutputStream(); } if (isDirect) { out.writeDirect(buf, off, length, 1); return; } out.write(buf, off, length); } @Override protected void doReceiveFragment(final byte[] buf, final boolean isDirect) throws IOException {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.5K bytes - Viewed (0)