public class DefaultNCompress extends Object implements NCompress
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultNCompress.Item |
| Constructor and Description |
|---|
DefaultNCompress(NWorkspace ws) |
public DefaultNCompress(NWorkspace ws)
protected NLog _LOG()
public NCompress setFormatOption(String option, Object value)
setFormatOption in interface NCompresspublic Object getFormatOption(String option)
getFormatOption in interface NCompresspublic String getPackaging()
getPackaging in interface NCompresspublic NCompress setPackaging(String packaging)
setPackaging in interface NCompresspublic List<NInputSource> getSources()
getSources in interface NCompresspublic NCompress addSource(NInputSource source)
public NCompress addSource(InputStream source)
public NOutputTarget getTarget()
public NCompress setTarget(OutputStream target)
public NCompress setTarget(NOutputTarget target)
public NCompress to(OutputStream target)
public NProgressFactory getProgressFactory()
getProgressFactory in interface NCompresspublic NCompress setProgressFactory(NProgressFactory value)
setProgressFactory in interface NCompressvalue - new valuethis instancepublic NCompress setProgressMonitor(NProgressListener value)
setProgressMonitor in interface NCompressvalue - new valuethis instancepublic boolean isSkipRoot()
isSkipRoot in interface NCompresspublic NCompress setSkipRoot(boolean value)
setSkipRoot in interface NCompresspublic NCompress addOptions(NPathOption... pathOptions)
addOptions in interface NCompresspublic NCompress removeOptions(NPathOption... pathOptions)
removeOptions in interface NCompresspublic NCompress clearOptions()
clearOptions in interface NCompresspublic Set<NPathOption> getOptions()
getOptions in interface NCompressCopyright © 2026 vpc open source initiative. All rights reserved.