Ok, just forget about it. What if the fs is only one byte over the limit? :) I will just set a hard boundary.
Max --- Max Bian <[EMAIL PROTECTED]> wrote: > That's close. I am not concerned about buffers tho. I need to split a file > stream and insert the pieces into a resource database. > > OS3.0+ support will be fine. I am trying not to set a hard boundary. If a > file is just one byte over 60K, I really don't want to put it into two > resource > records. I can just increase the first resource record a little bit and put > it > in one record, if I know the limit of it. > > Thanks. > > Max > > --- Keith Rollin <[EMAIL PROTECTED]> wrote: > > > > > What are you trying to do? It sounds like you might have a lot of data > that > > you need to divide across a number of buffers, and you'd like to minimize > > the number of buffers you create. If so, is there really much difference > > between 64K - <a little> and, say 60K? > > > __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
