[
https://issues.apache.org/jira/browse/IO-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ray Myers updated IO-243:
-------------------------
Attachment: (was: IO-243-SwappedDataInputStream-readBoolean.path)
> SwappedDataInputStream readBoolean is inverted
> ----------------------------------------------
>
> Key: IO-243
> URL: https://issues.apache.org/jira/browse/IO-243
> Project: Commons IO
> Issue Type: Bug
> Components: Streams/Writers
> Affects Versions: 1.0, 1.1, 1.2, 1.3, 1.3.1, 1.3.2, 1.4
> Reporter: Ray Myers
> Priority: Minor
> Attachments: IO-243-SwappedDataInputStream-readBoolean.patch
>
> Original Estimate: 0.17h
> Remaining Estimate: 0.17h
>
> The method readBoolean in SwappedDataInputStream returns true when the byte
> is zero, false otherwise. In accordance with the contract in
> java.io.DataInput, true should indicate a non-zero byte.
> SwappedDataInputStream is for reading Little Endian formats, it should not
> change the boolean value of individual bytes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.