Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a Custom Charset

Status
Not open for further replies.

JackMH

Programmer
Nov 9, 2001
18
US
I have a need to make input operations using a FileReader object but must apply a custom transformation when translating from the input bytes to Java Unicode char.
I have been unsuccessful in determining how to proceed, any guidance would be greatly appreciated.

 
FileReader objects read a file in ASCII.
To manipulate byte data, use a DataInputStream or FileInputStream.

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top