# Class: com.pnfsoftware.jeb.util.io.DummyOutputStream

Dummy writer class: does not write, simply counts the number of bytes being written.

## Constructor: DummyOutputStream


## Method: getTotalSize
- return type: `long`

Description: Get the number of bytes written.
return: total number of bytes written to this stream

## Method: write
- parameter: `b`, type: `int`


## Method: write
- parameter: `b`, type: `byte[]`


## Method: write
- parameter: `b`, type: `byte[]`
- parameter: `off`, type: `int`
- parameter: `len`, type: `int`


