net.sf.jasperreports.engine.export
Class JRPdfExporter.NullOutputStream
java.lang.Object
java.io.OutputStream
net.sf.jasperreports.engine.export.JRPdfExporter.NullOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- JRPdfExporter
public static class JRPdfExporter.NullOutputStream
- extends OutputStream
Output stream implementation that discards all the data.
|
Method Summary |
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 |
JRPdfExporter.NullOutputStream
public JRPdfExporter.NullOutputStream()
write
public void write(int b)
- Specified by:
write in class OutputStream
write
public void write(byte[] b,
int off,
int len)
- Overrides:
write in class OutputStream
write
public void write(byte[] b)
- Overrides:
write in class OutputStream
Copyright © 2012. All Rights Reserved.