GitHub user emopers opened a pull request:
https://github.com/apache/commons-bcel/pull/3
Flushing DataOutputStream before calling toByteArray on the underlying
ByteArrayOutputStream
When a DataOutputStream instance wraps an underlying ByteArrayOutputStream
instance,
it is recommended to flush or close the DataOutputStream before invoking
the underlying instances's toByteArray(). Also, it is a good practice to call
flush/close explicitly as mentioned for example
[here](http://stackoverflow.com/questions/2984538/how-to-use-bytearrayoutputstream-and-dataoutputstream-simultaneously-java).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/emopers/commons-bcel baos_101_final
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-bcel/pull/3.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3
----
commit 6296aa33e01e33c81811f0853251c539cdbd61ad
Author: emopers <[email protected]>
Date: 2016-02-04T06:31:45Z
Fixing Usage of DataOutputStream
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]