Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.tools.dbws
Class XRPackager.NullOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.eclipse.persistence.tools.dbws.XRPackager.NullOutputStream

All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Enclosing class:
XRPackager

protected static class XRPackager.NullOutputStream
extends java.io.OutputStream

Constructor Summary
protected XRPackager.NullOutputStream()
           

 

Method Summary
 void close()
           
 void flush()
           
 void write(byte[] b)
           
 void write(byte[] b, int i, int l)
           
 void write(int b)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

XRPackager.NullOutputStream

protected XRPackager.NullOutputStream()

Method Detail

close

public void close()
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.OutputStream

flush

public void flush()
Specified by:
flush in interface java.io.Flushable
Overrides:
flush in class java.io.OutputStream

write

public void write(byte[] b)
Overrides:
write in class java.io.OutputStream

write

public void write(byte[] b,
                  int i,
                  int l)
Overrides:
write in class java.io.OutputStream

write

public void write(int b)
Specified by:
write in class java.io.OutputStream

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.