ByteBuffer from OutputStream

Posted by drasto on Stack Overflow See other posts from Stack Overflow or by drasto
Published on 2010-04-26T20:23:33Z Indexed on 2010/04/26 20:33 UTC
Read the original article Hit count: 306

Filed under:
|
|

In Java I need to put content of OutputStream (I fill data to that stream myself) into a ByteBuffer. How to do it in a simple way ?

© Stack Overflow or respective owner

Related posts about java

Related posts about stream