[
https://issues.apache.org/jira/browse/CASSANDRA-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795041#action_12795041
]
Hudson commented on CASSANDRA-656:
----------------------------------
Integrated in Cassandra #307 (See
[http://hudson.zones.apache.org/hudson/job/Cassandra/307/])
replace DataInputBuffer with ByteArrayInputStream/DataInputStream. patch
by Todd Blose; reviewed by jbellis for
> remove DataInputBuffer
> ----------------------
>
> Key: CASSANDRA-656
> URL: https://issues.apache.org/jira/browse/CASSANDRA-656
> Project: Cassandra
> Issue Type: Task
> Components: Core
> Reporter: Jonathan Ellis
> Assignee: Todd Blose
> Priority: Minor
> Fix For: 0.9
>
> Attachments: CASSANDRA-656.patch
>
>
> in all (?) cases, DIB is replaceable with ByteArrayInputStream, which it
> wraps. use available() instead of getPosition().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.