Details
-
Bug
-
Status: Open
-
P3
-
Resolution: Unresolved
-
None
-
None
-
None
Description
On write(int b), position is incremented by 1. On write(byte[] b, int off, int len) position is incremented by the length of the byte array.
write(int b) should increment by 4 bytes, if I'm understanding correctly.