stream « character « Java Data Type Q&A





1. Byte Streams and Char Coding    forums.oracle.com

Good evening/morning/afternoon/whatever folks! Lets get right to the point: I read via an InputStream a file into a byte array. Then I convert it to a simple String, do some manipulating with it and then write it out via OutputStream and String.getByte() to my drive. The problem I am facing is that all special Characters like "!" or "" or whatever ...