I need to read very large files so a single ByteArray holding all the data wouldn't work (not until I get a 64-bit version of Squeak). However, I could read in one or more structure at-a-time as a ByteArray and then parse out the data I need, then read the next sequence. This is kind-of like a buffered reading approach.
This raises a question about FileStreams, are they buffered? David _______________________________________________ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners