org.apache.cocoon.components.source.impl
Class XMLDBSource.XMLDBOutputStream
java.lang.Object
java.io.OutputStream
org.apache.cocoon.components.source.impl.XMLDBSource.XMLDBOutputStream
- Enclosing class:
- XMLDBSource
- public class XMLDBSource.XMLDBOutputStream
- extends OutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLDBSource.XMLDBOutputStream
public XMLDBSource.XMLDBOutputStream()
write
public void write(int b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException,
SourceException
- Throws:
IOException
SourceException
flush
public void flush()
throws IOException
- Throws:
IOException
size
public int size()
isClosed
public boolean isClosed()
cancel
public void cancel()
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.