How to parse and manipulate a binary stream
- From: "topcat.nyc@xxxxxxxxxxxxxx" <topcat.nyc@xxxxxxxxxxxxxx>
- Date: 28 Nov 2006 12:32:48 -0800
Apologies in advance if my question is silly or trivial. I'm trying to
write a servlet that reads data from another source in byte[] form and,
having parsed this data stream and made a couple of modifications,
sends the modified data to an appropriate application whereby it can be
rendered in Excel or PDF format.
What I need to find out is how I can parse the incoming data, detect
certain string patterns in the data, and manipulate that information to
generate a new data stream.
TIA,
tc
.
- Follow-Ups:
- Re: How to parse and manipulate a binary stream
- From: Mark Jeffcoat
- Re: How to parse and manipulate a binary stream
- Prev by Date: Re: Bogus NullPointerExceptions
- Next by Date: Re: Can I make a dynamic list box from DB results
- Previous by thread: SOS trying to make work sun JSSE within IBM jdk.
- Next by thread: Re: How to parse and manipulate a binary stream
- Index(es):