Results 1 to 2 of 2
Thread: Encoding in java.io.writer
- 12-06-2010, 11:09 AM #1
Member
- Join Date
- Dec 2010
- Posts
- 1
- Rep Power
- 0
- 12-06-2010, 11:27 AM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 14,422
- Blog Entries
- 7
- Rep Power
- 28
It are the bridges between character based output to byte based output that do the conversion (e.h. OutputStreamWriter). You can select the encoding to use when you instantiate one of those bridges. Also look in your jdk installarion directory; you can see a file src.zip that contains the source code for all those classes, free to study.
kind regards,
JosBuild a wall around Donald Trump; I'll pay for it.
Similar Threads
-
Researcher's Writer - My Personal Project
By GraceC1990 in forum Advanced JavaReplies: 2Last Post: 10-23-2010, 07:06 PM -
encoding > java, javamail and mysql
By litpuvn in forum Advanced JavaReplies: 6Last Post: 10-21-2010, 04:35 PM -
creating word writer
By Anchal in forum AWT / SwingReplies: 3Last Post: 04-06-2010, 10:00 AM -
CSV file writer
By nida in forum Java ServletReplies: 3Last Post: 05-08-2009, 03:08 PM -
Character encoding in Java (Linux to Windows)
By BeholdMyGlory in forum New To JavaReplies: 2Last Post: 01-16-2009, 07:24 PM
Bookmarks