public class NullStreamDumper extends Object implements StreamDumper
| Constructor and Description |
|---|
NullStreamDumper() |
| Modifier and Type | Method and Description |
|---|---|
void |
rotate()
Call this method when the output should be rotated.
|
InputStream |
wrap(InputStream inputStream)
Wraps a stream and dumps its content once it is closed.
|
public InputStream wrap(InputStream inputStream)
StreamDumperwrap in interface StreamDumperpublic void rotate()
StreamDumperrotate in interface StreamDumperCopyright © 2019. All rights reserved.