Thursday, January 05, 2006

Unicode I/O

(1) InputStream and OutputStream are raw bytes I/O which does not fit for Unicode base I/o processing
(2) Reader and Writer are the choices for the Unicode based read and write
(3) nio Charset does encode and decode between byte[] and unicode string, nio byteBuffer does the help for decode too

No comments: