You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ray Myers (JIRA)" <ji...@apache.org> on 2010/04/03 02:42:27 UTC

[jira] Updated: (IO-243) SwappedDataInputStream readBoolean is inverted

     [ https://issues.apache.org/jira/browse/IO-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ray Myers updated IO-243:
-------------------------

    Attachment: IO-243-SwappedDataInputStream-readBoolean.patch

> 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.