convertInputStream

Type: function
Returns inputStream, converting from one charset into another, where the charset is potentially overriden by detecting by the ByteOrderMarks. Furthermore, this supports adding ByteOrderMarks to the output stream.

Body

function(inputStream, inputEncoding,outputEncoding,detectInputCharset,addBOM){...}

Classpath

Children