- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for readUnsignedInt (0.08 sec)
-
src/main/java/jcifs/pac/PacDataInputStream.java
} public long readUnsignedInt () throws IOException { return ( readInt() ) & 0xffffffffL; } public int readUnsignedShort () throws IOException { return ( readShort() ) & 0xffff; } public Date readFiletime () throws IOException { Date date = null; long last = readUnsignedInt(); long first = readUnsignedInt();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Jul 21 21:19:58 UTC 2018 - 5.1K bytes - Viewed (0)