com.filenet.wcm.toolkit.server.util
Class WcmDataStore.DummyOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended bycom.filenet.wcm.toolkit.server.util.WcmDataStore.DummyOutputStream
Enclosing class:
WcmDataStore

protected static class WcmDataStore.DummyOutputStream
extends java.io.OutputStream


Constructor Summary
WcmDataStore.DummyOutputStream()
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[] bytes)
           
 void write(byte[] bytes, int i, int i1)
           
 void write(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WcmDataStore.DummyOutputStream

public WcmDataStore.DummyOutputStream()
Method Detail

close

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

flush

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

write

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

write

public void write(byte[] bytes,
                  int i,
                  int i1)
           throws java.io.IOException
Throws:
java.io.IOException

write

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


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.