Skip to content

Boolean operations in channel buffers (fix for NETTY-344)#46

Merged
normanmaurer merged 2 commits intonetty:masterfrom
CruzBishop:channelbuffer-boolean
Nov 7, 2011
Merged

Boolean operations in channel buffers (fix for NETTY-344)#46
normanmaurer merged 2 commits intonetty:masterfrom
CruzBishop:channelbuffer-boolean

Conversation

@CruzBishop
Copy link
Copy Markdown
Contributor

Adds getBoolean(index), readBoolean(), writeBoolean(value), and setBoolean(index, value) to ChannelBuffer
Added the corresponding boundary tests
Fixed a few spacing issues, nothing big

Fixes https://issues.jboss.org/browse/NETTY-344

Adds getBoolean(index), readBoolean(), writeBoolean(value), setBoolean(index, value)
Fixes https://issues.jboss.org/browse/NETTY-344
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea what happened here!

normanmaurer added a commit that referenced this pull request Nov 7, 2011
Boolean operations in channel buffers (fix for NETTY-344)
@normanmaurer normanmaurer merged commit cc472c5 into netty:master Nov 7, 2011
chrisvest pushed a commit to chrisvest/netty that referenced this pull request Apr 18, 2025
Motivation:

A new netty release is out

Modifications:

Update to latest version

Result:

Use latest netty release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants