InputStream
to highlighted syntax and writes it back to an OutputStream
.
@param name The name of the source file.
@param in The input stream that provides the source code that needs tobe transformed.
@param out The output stream to which to result should be written.
@param encoding The encoding that will be used to read and write thetext.
@param fragment true
if the result should be a fragment;or false
if it should be a complete document
@see #highlight(String,String,String,boolean)
@since 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|