java.lang.Object |
↳ |
java.io.OutputStream |
|
↳ |
com.pnfsoftware.jeb.util.io.DummyOutputStream |
Class Overview
Dummy writer class: does not write, simply count the number of bytes being written.
Summary
Public Methods |
long
|
getTotalSize()
Get the number of bytes written.
|
void
|
write(byte[] b)
|
void
|
write(byte[] b, int off, int len)
|
void
|
write(int b)
|
Public Constructors
public
DummyOutputStream
()
Public Methods
public
long
getTotalSize
()
Get the number of bytes written.
public
void
write
(byte[] b)
public
void
write
(byte[] b, int off, int len)
public
void
write
(int b)