public class DefaultNOutputStreamBuilder extends Object implements net.thevpc.nuts.io.NOutputStreamBuilder
| Constructor and Description |
|---|
DefaultNOutputStreamBuilder() |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
base() |
net.thevpc.nuts.io.NOutputStreamBuilder |
base(OutputStream base) |
Runnable |
closeAction() |
net.thevpc.nuts.io.NOutputStreamBuilder |
closeAction(Runnable closeAction) |
net.thevpc.nuts.io.NOutputStreamBuilder |
closeBase(boolean closeBase) |
OutputStream |
createOutputStream() |
boolean |
isCloseBase() |
net.thevpc.nuts.io.NContentMetadata |
metadata() |
net.thevpc.nuts.io.NOutputStreamBuilder |
metadata(net.thevpc.nuts.io.NContentMetadata metadata) |
public OutputStream base()
base in interface net.thevpc.nuts.io.NOutputStreamBuilderpublic net.thevpc.nuts.io.NOutputStreamBuilder base(OutputStream base)
base in interface net.thevpc.nuts.io.NOutputStreamBuilderpublic net.thevpc.nuts.io.NContentMetadata metadata()
metadata in interface net.thevpc.nuts.io.NOutputStreamBuilderpublic net.thevpc.nuts.io.NOutputStreamBuilder metadata(net.thevpc.nuts.io.NContentMetadata metadata)
metadata in interface net.thevpc.nuts.io.NOutputStreamBuilderpublic boolean isCloseBase()
isCloseBase in interface net.thevpc.nuts.io.NOutputStreamBuilderpublic net.thevpc.nuts.io.NOutputStreamBuilder closeBase(boolean closeBase)
closeBase in interface net.thevpc.nuts.io.NOutputStreamBuilderpublic Runnable closeAction()
closeAction in interface net.thevpc.nuts.io.NOutputStreamBuilderpublic net.thevpc.nuts.io.NOutputStreamBuilder closeAction(Runnable closeAction)
closeAction in interface net.thevpc.nuts.io.NOutputStreamBuilderpublic OutputStream createOutputStream()
createOutputStream in interface net.thevpc.nuts.io.NOutputStreamBuilderCopyright © 2026 vpc open source initiative. All rights reserved.