public interface DetectorOutputStream extends DetectorStream
DetectorStream
that wraps an OutputStream
.Modifier and Type | Method and Description |
---|---|
OutputStream |
getStream()
This method gets the wrapped stream.
|
getMetadata, isDone
OutputStream getStream()
metadata
can be retrieved. This requires that the entire data is written and no existing data is appended via the
original stream. This method is a simple getter - it will always return the same stream object. Copyright © 2001–2016 mmm-Team. All rights reserved.