com.raritantechnologies.xml.sax.filter
Class XMLFilterOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.FilterOutputStream
          extended bycom.raritantechnologies.xml.sax.filter.XMLFilterOutputStream

public class XMLFilterOutputStream
extends java.io.FilterOutputStream

Enables a SAX filtering operation to be inserted into a java OutputStream.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
XMLFilterOutputStream(java.io.OutputStream out, org.xml.sax.XMLFilter xmlFilter)
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLFilterOutputStream

public XMLFilterOutputStream(java.io.OutputStream out,
                             org.xml.sax.XMLFilter xmlFilter)
                      throws java.io.IOException
Method Detail

write

public void write(int b)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Throws:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException