Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Michael Cox   on Jun 06 In Java Category.

  
Question Answered By: Julian Long   on Jun 06

Use the ByteArrayInputStream to read the contents of the input stream into
the buffer used to construct a ByteArrayInputStream .
Later you can then get your data  back by accessing the buffer.

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on InputStream Problem Or get search suggestion and latest updates.


Tagged: