com.raritantechnologies.xml.sax.filter
Class XMLFilterOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.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
| Fields inherited from class java.io.FilterOutputStream |
out |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLFilterOutputStream
public XMLFilterOutputStream(java.io.OutputStream out,
org.xml.sax.XMLFilter xmlFilter)
throws java.io.IOException
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