| java.lang.Object org.w3c.tidy.OutImpl
OutImpl | public class OutImpl implements Out(Code) | | Output implementation. This implementation is from the c version of tidy and it doesn't take advantage of java
writers.
author: Dave Raggett dsr@w3.org author: Andy Quick ac.quick@sympatico.ca (translation to Java) author: Fabrizio Giustina version: $Revision: 1.16 $ ($Author: fgiust $) |
OutImpl | public OutImpl(Configuration configuration, int encoding, OutputStream out)(Code) | | Constructor.
Parameters: configuration - actual configuration instance (needed for newline configuration) Parameters: encoding - encoding constant Parameters: out - output stream |
outBOM | public void outBOM()(Code) | | Output a Byte Order Mark.
|
outcUTF8Bytes | void outcUTF8Bytes(byte[] buf, int[] count)(Code) | | output UTF-8 bytes to output stream.
Parameters: buf - array of bytes Parameters: count - number of bytes in buf to write |
setOut | public void setOut(OutputStream out)(Code) | | Setter for out .
Parameters: out - The out to set. |
|
|