Help, processing strings >32K

From: D (noone_at_nowhere.COM)
Date: 11/22/03

  • Next message: Patrick Vanhoof: "JavaBeans"
    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
    

  • Next message: Patrick Vanhoof: "JavaBeans"

    Relevant Pages

    • Re: Help, processing strings >32K
      ... The problem is all string processing in Java is ... > 32k chunks of information from a string/array into a holding ...
      (comp.lang.java)
    • Re: Help me!! Why java is so popular
      ... String or StringBuffer? ... keep in mind I knew NOTHING about Java. ... The language accepted it, no warnings, and thus I ... in some native assemblers you can peruse the instruction ...
      (comp.lang.java.programmer)
    • Re: question about assigning null to a reference object
      ... String getAuthor() ... void setAuthor ... b.setTitle("Thinking in Java 4th Edition"); ...
      (comp.lang.java.help)
    • Re: Java questions: Urgent
      ... why I would expect almost any Java programmer to be able to answer ... Which is the main reason I "butted" in a bit.. ... on the characters in the String. ... > therefore naturally cover all the basics, or they have missed out badly ...
      (comp.lang.java.programmer)
    • Re: A C++ Whishlist
      ... with the C++ string classes as compared with the Java ones. ... You can keep you structs entirely ... The simple separation of interface and implementation that header files ...
      (comp.lang.cpp)