Re: [Nutshell-devel] Basic class information : Byte Buffer.
Status: Planning
Brought to you by:
alexandream
From: Alexandre M. <ale...@gm...> - 2006-08-24 19:43:28
|
2006/8/24, Rodrigo Coacci <rc...@gm...>: [...] > When needed or if possible? > I guess I didn`t catch up that one.... Or you wrap around when needed or > not.... > What you do when it need but you can`t? Exception? Data loss? > The Buffer, as a class outside of our system, when need to put data and can't find any room for it, will throw an exception. It is the job of the client class (our system, in this context) to get a buffer that is large enough for the data it wants to put there (in our case this will probably be "Two times the size of the larger message", but I will explain the why later). [...] Regards, Alexandre Moreira. |