org.apache.cocoon.components.source.impl
Class XMLDBSource.XMLDBOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.apache.cocoon.components.source.impl.XMLDBSource.XMLDBOutputStream
Enclosing class:
XMLDBSource

public class XMLDBSource.XMLDBOutputStream
extends OutputStream


Constructor Summary
XMLDBSource.XMLDBOutputStream()
           
 
Method Summary
 void cancel()
           
 void close()
           
 void flush()
           
 boolean isClosed()
           
 int size()
           
 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

XMLDBSource.XMLDBOutputStream

public XMLDBSource.XMLDBOutputStream()
Method Detail

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.