...
| Code Block | ||
|---|---|---|
| ||
public static long getInteger2getInteger(DataInputStream is) throws IOException { return is.readInt() & 0xFFFFFFFFL; } |
...
...
| Code Block | ||
|---|---|---|
| ||
public static long getInteger2getInteger(DataInputStream is) throws IOException { return is.readInt() & 0xFFFFFFFFL; } |
...