public class DefaultNOutputStreamBuilder extends Object implements NOutputStreamBuilder
| Constructor and Description |
|---|
DefaultNOutputStreamBuilder() |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
createOutputStream() |
OutputStream |
getBase() |
Runnable |
getCloseAction() |
NContentMetadata |
getMetadata() |
boolean |
isCloseBase() |
NOutputStreamBuilder |
setBase(OutputStream base) |
NOutputStreamBuilder |
setCloseAction(Runnable closeAction) |
NOutputStreamBuilder |
setCloseBase(boolean closeBase) |
NOutputStreamBuilder |
setMetadata(NContentMetadata metadata) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic OutputStream getBase()
getBase in interface NOutputStreamBuilderpublic NOutputStreamBuilder setBase(OutputStream base)
setBase in interface NOutputStreamBuilderpublic NContentMetadata getMetadata()
getMetadata in interface NOutputStreamBuilderpublic NOutputStreamBuilder setMetadata(NContentMetadata metadata)
setMetadata in interface NOutputStreamBuilderpublic boolean isCloseBase()
isCloseBase in interface NOutputStreamBuilderpublic NOutputStreamBuilder setCloseBase(boolean closeBase)
setCloseBase in interface NOutputStreamBuilderpublic Runnable getCloseAction()
getCloseAction in interface NOutputStreamBuilderpublic NOutputStreamBuilder setCloseAction(Runnable closeAction)
setCloseAction in interface NOutputStreamBuilderpublic OutputStream createOutputStream()
createOutputStream in interface NOutputStreamBuilderCopyright © 2025 vpc open source initiative. All rights reserved.