public class DefaultNInputStreamMonitor extends Object implements net.thevpc.nuts.io.NInputStreamMonitor
| Constructor and Description |
|---|
DefaultNInputStreamMonitor() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
create() |
boolean |
isLogProgress()
when true, will include default factory (console) even if progressFactory is defined
|
boolean |
isTraceProgress() |
long |
length() |
net.thevpc.nuts.io.NInputStreamMonitor |
length(long len) |
net.thevpc.nuts.io.NInputStreamMonitor |
logProgress(boolean value)
when true, will include default factory (console) even if progressFactory is defined
|
net.thevpc.nuts.text.NMsg |
name() |
net.thevpc.nuts.io.NInputStreamMonitor |
name(net.thevpc.nuts.text.NMsg name) |
Object |
origin() |
net.thevpc.nuts.io.NInputStreamMonitor |
origin(Object origin) |
net.thevpc.nuts.time.NProgressFactory |
progressFactory()
return progress factory responsible for creating progress monitor
|
net.thevpc.nuts.io.NInputStreamMonitor |
progressFactory(net.thevpc.nuts.time.NProgressFactory value)
set progress factory responsible for creating progress monitor
|
net.thevpc.nuts.io.NInputStreamMonitor |
progressMonitor(net.thevpc.nuts.time.NProgressListener value)
set progress monitor.
|
net.thevpc.nuts.io.NInputSource |
source() |
net.thevpc.nuts.io.NInputStreamMonitor |
source(File path) |
net.thevpc.nuts.io.NInputStreamMonitor |
source(InputStream path) |
net.thevpc.nuts.io.NInputStreamMonitor |
source(net.thevpc.nuts.io.NInputSource source) |
net.thevpc.nuts.io.NInputStreamMonitor |
source(net.thevpc.nuts.io.NPath inputSource) |
net.thevpc.nuts.io.NInputStreamMonitor |
source(Path path) |
String |
sourceTypeName() |
net.thevpc.nuts.io.NInputStreamMonitor |
sourceTypeName(String sourceType) |
net.thevpc.nuts.io.NInputStreamMonitor |
traceProgress(boolean value) |
public net.thevpc.nuts.text.NMsg name()
name in interface net.thevpc.nuts.io.NInputStreamMonitorpublic net.thevpc.nuts.io.NInputStreamMonitor name(net.thevpc.nuts.text.NMsg name)
name in interface net.thevpc.nuts.io.NInputStreamMonitorpublic Object origin()
origin in interface net.thevpc.nuts.io.NInputStreamMonitorpublic net.thevpc.nuts.io.NInputStreamMonitor origin(Object origin)
origin in interface net.thevpc.nuts.io.NInputStreamMonitorpublic long length()
length in interface net.thevpc.nuts.io.NInputStreamMonitorpublic net.thevpc.nuts.io.NInputStreamMonitor length(long len)
length in interface net.thevpc.nuts.io.NInputStreamMonitorpublic net.thevpc.nuts.io.NInputStreamMonitor source(net.thevpc.nuts.io.NInputSource source)
source in interface net.thevpc.nuts.io.NInputStreamMonitorpublic net.thevpc.nuts.io.NInputStreamMonitor source(net.thevpc.nuts.io.NPath inputSource)
source in interface net.thevpc.nuts.io.NInputStreamMonitorpublic net.thevpc.nuts.io.NInputStreamMonitor source(Path path)
source in interface net.thevpc.nuts.io.NInputStreamMonitorpublic net.thevpc.nuts.io.NInputStreamMonitor source(File path)
source in interface net.thevpc.nuts.io.NInputStreamMonitorpublic net.thevpc.nuts.io.NInputStreamMonitor source(InputStream path)
source in interface net.thevpc.nuts.io.NInputStreamMonitorpublic InputStream create()
create in interface net.thevpc.nuts.io.NInputStreamMonitorpublic net.thevpc.nuts.io.NInputSource source()
source in interface net.thevpc.nuts.io.NInputStreamMonitorpublic String sourceTypeName()
sourceTypeName in interface net.thevpc.nuts.io.NInputStreamMonitorpublic net.thevpc.nuts.io.NInputStreamMonitor sourceTypeName(String sourceType)
sourceTypeName in interface net.thevpc.nuts.io.NInputStreamMonitorpublic boolean isTraceProgress()
isTraceProgress in interface net.thevpc.nuts.io.NInputStreamMonitorpublic boolean isLogProgress()
isLogProgress in interface net.thevpc.nuts.io.NInputStreamMonitorpublic net.thevpc.nuts.io.NInputStreamMonitor logProgress(boolean value)
logProgress in interface net.thevpc.nuts.io.NInputStreamMonitorvalue - valuethis instancepublic net.thevpc.nuts.io.NInputStreamMonitor traceProgress(boolean value)
traceProgress in interface net.thevpc.nuts.io.NInputStreamMonitorpublic net.thevpc.nuts.time.NProgressFactory progressFactory()
progressFactory in interface net.thevpc.nuts.io.NInputStreamMonitorpublic net.thevpc.nuts.io.NInputStreamMonitor progressFactory(net.thevpc.nuts.time.NProgressFactory value)
progressFactory in interface net.thevpc.nuts.io.NInputStreamMonitorvalue - new valuethis instancepublic net.thevpc.nuts.io.NInputStreamMonitor progressMonitor(net.thevpc.nuts.time.NProgressListener value)
progressMonitor in interface net.thevpc.nuts.io.NInputStreamMonitorvalue - new valuethis instanceCopyright © 2026 vpc open source initiative. All rights reserved.