Re: [Nutshell-devel] Basic class information : Byte Buffer.
Status: Planning
Brought to you by:
alexandream
From: Alexandre M. <ale...@gm...> - 2006-08-28 16:01:58
|
2006/8/26, Rodrigo Coacci <rc...@gm...>: > Also whats the difference btwn getSize and getCapacity? > the Buffer may be partly filled. That way we need a way to learn its total size (getSize) and another way to find out how much space is there left in the buffer (getCapacity)... perhaps we can find some new names for these functions... don't know |