Hi:
I unsure how this means?
byte[]b
Like, "Hello World"
Hello -> len =5 and off = 0
White Space -> ???
World-> len =5 and off = 7
[H][e][l][l][o][]... but use unicode like [73][102]....
so 73 is one byte of data or use 8 bit is 1 byte? Byte mean one char
primitive? I am sorry. I do not understand. I confuse.
Thank you.
public void update(byte[] b, int off, int len)
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---