Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within I/O and Streams
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830
this week in the
Programmer Certification
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
I/O and Streams
Please Help!!! Convert byte of array (b[ ] ) to InputStream
sam patel
Ranch Hand
Posts: 103
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
Can someone tell me how can i convert byte of array (b[ ]) to InputStream. I have already converted byte of array to OutputStream.
I would appreciate if someone can show me a simple code.
Thanks in advance.
Chad McGowan
Ranch Hand
Posts: 265
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
new ByteArrayInputStream(byte[] b)
I like you because you always keep good, crunchy cereal in your pantry. This tiny ad agrees:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
InputStream type in WSDL
Convert InputStream to byte array
Topic: Please Help!!! Convert byte of array (b[ ] ) to InputStream
problem in returning data through axis2
How to get byte[] from the Image?
More...