(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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment