-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xdr: do not flip byte buffer in Xdr#xdrEncodeByteBuffer
Motivation: The most of java API that ByteBuffer consumers use it without flipping. It make sense to make Xdr#xdrEncodeByteBuffer to follow that behavior to offer familiar behavior to application developers. Modification: do not flip byte buffer in Xdr#xdrEncodeByteBuffer Result: More standard behavior. Fixes: #62 Acked-by: Paul Millar Target: master, 3.0
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters