what number should I set for new byte[1024];
800332Jul 22 2010 — edited Jul 22 2010Hello guys,
Anyone could please advice on the proper number to set for byte like below:
byte[] buf = new byte[1024];
I am just wondering why not 2048 or 4096.
Thanks in advance!
regards,
Mark