- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for readLength (0.32 sec)
-
src/main/java/jcifs/internal/smb2/io/Smb2ReadRequest.java
*/ public void setReadFlags ( byte readFlags ) { this.readFlags = readFlags; } /** * @param readLength * the readLength to set */ public void setReadLength ( int readLength ) { this.readLength = readLength; } /** * @param offset * the offset to set */ public void setOffset ( long offset ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.2K bytes - Viewed (0) -
src/main/java/jcifs/pac/ASN1Util.java
int ftag = in.read(); int tag = readTagNumber(in, ftag); if ( tag != expectTag ) { throw new IOException("Unexpected tag " + tag); } int length = readLength(in, limit, false); byte[] content = new byte[length]; in.read(content); return content; } // shamelessly stolen from BC ASN1InputStream
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Oct 02 12:02:06 UTC 2023 - 6.5K bytes - Viewed (0) -
src/main/java/jcifs/netbios/SessionServicePacket.java
return ( ( src[ srcIndex ] & 0xFF ) << 24 ) + ( ( src[ srcIndex + 1 ] & 0xFF ) << 16 ) + ( ( src[ srcIndex + 2 ] & 0xFF ) << 8 ) + ( src[ srcIndex + 3 ] & 0xFF ); } static int readLength ( byte[] src, int srcIndex ) { srcIndex++; return ( ( src[ srcIndex++ ] & 0x01 ) << 16 ) + ( ( src[ srcIndex++ ] & 0xFF ) << 8 ) + ( src[ srcIndex++ ] & 0xFF ); }
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/smb1/netbios/SocketInputStream.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 3.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/SessionServicePacket.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 4.8K bytes - Viewed (0) -
api/go1.txt
pkg syscall (windows-386), type TransmitFileBuffers struct pkg syscall (windows-386), type TransmitFileBuffers struct, Head uintptr pkg syscall (windows-386), type TransmitFileBuffers struct, HeadLength uint32 pkg syscall (windows-386), type TransmitFileBuffers struct, Tail uintptr pkg syscall (windows-386), type TransmitFileBuffers struct, TailLength uint32 pkg syscall (windows-386), type UserInfo10 struct
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)