Help, processing strings >32K
From: D (noone_at_nowhere.COM)
Date: 11/22/03
- Previous message: sunny: "Re: How to catch Ctrl+C in console app ?"
- Next in thread: glen herrmannsfeldt: "Re: Help, processing strings >32K"
- Reply: glen herrmannsfeldt: "Re: Help, processing strings >32K"
- Reply: Anthony Borla: "Re: Help, processing strings >32K"
- Reply: D: "Thanks Glen and Anthony. More info was (Help, processing strings >32K)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 22 Nov 2003 18:43:38 -0000
Hi folks,
This may be pretty simple for you guys but it has me stumped.
BTW I'm using Java 1.1, I know it's old, don't ask me why, I just have to.
I have a long string in excess of 50k that I need to process in 32k chunks.
The problem is all string processing in Java is done with integers. Is
there an easy way to stream multiple 32k chunks of information from a
string/array into a holding string/array?
Thanks
Dave
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.542 / Virus Database: 336 - Release Date: 18/11/2003
- Previous message: sunny: "Re: How to catch Ctrl+C in console app ?"
- Next in thread: glen herrmannsfeldt: "Re: Help, processing strings >32K"
- Reply: glen herrmannsfeldt: "Re: Help, processing strings >32K"
- Reply: Anthony Borla: "Re: Help, processing strings >32K"
- Reply: D: "Thanks Glen and Anthony. More info was (Help, processing strings >32K)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|