jd.xml.xslt.result.output
Class Utf8ByteOutput

java.lang.Object
  extended byjd.xml.xslt.result.output.ByteOutput
      extended byjd.xml.xslt.result.output.Utf8ByteOutput
All Implemented Interfaces:
Output

public class Utf8ByteOutput
extends ByteOutput


Field Summary
 
Fields inherited from class jd.xml.xslt.result.output.ByteOutput
buffer_, max_, pos_
 
Constructor Summary
Utf8ByteOutput(OutputStream out)
           
 
Method Summary
protected  void flushBuffer()
           
 void printChar(char c)
           
 
Methods inherited from class jd.xml.xslt.result.output.ByteOutput
flush, flushBuffer, printChars, printSmallByte, printSmallBytes, printString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utf8ByteOutput

public Utf8ByteOutput(OutputStream out)
Method Detail

printChar

public final void printChar(char c)

flushBuffer

protected void flushBuffer()
                    throws XsltException
Overrides:
flushBuffer in class ByteOutput
Throws:
XsltException