org.bibop.xml.utils
Class CompiledXMLOutputStream

java.lang.Object
  |
  +--java.io.OutputStream
        |
        +--org.bibop.xml.utils.CompiledXMLOutputStream

public class CompiledXMLOutputStream
extends java.io.OutputStream


Field Summary
private  java.io.OutputStream out
           
 
Constructor Summary
CompiledXMLOutputStream(java.io.OutputStream out)
           
 
Method Summary
 void write(int i)
           
 void writeAttributes(int attributes)
           
 void writeChars(char[] ch, int start, int length)
           
 void writeEvent(int event)
           
 void writeString(java.lang.String str)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

private java.io.OutputStream out
Constructor Detail

CompiledXMLOutputStream

public CompiledXMLOutputStream(java.io.OutputStream out)
                        throws java.io.IOException
Method Detail

writeEvent

public void writeEvent(int event)
                throws java.io.IOException
java.io.IOException

writeAttributes

public void writeAttributes(int attributes)
                     throws java.io.IOException
java.io.IOException

writeString

public void writeString(java.lang.String str)
                 throws java.io.IOException
java.io.IOException

writeChars

public void writeChars(char[] ch,
                       int start,
                       int length)
                throws java.io.IOException
java.io.IOException

write

public void write(int i)
           throws java.io.IOException
Specified by:
write in class java.io.OutputStream
java.io.IOException


Copyright © 2003 Bibop Research International. All Rights Reserved.