BYTEBUFFER dynamic allocation?
hi,
i'm trying to send a file through socket channel, using bytebuffer...
*is there a way to allocate my buf dynamically?
*is it a good way to transfer files through socketchannel?
my server will use java code, and my client will use C++ code in a symbian supported mobile phone.
thanks for your help,
erhan
(program will transfer file during a chat program)

