public class DefaultNIO extends Object implements NIO
| Modifier and Type | Field and Description |
|---|---|
DefaultNBootModel |
bootModel |
DefaultNWorkspaceConfigModel |
cmodel |
| Constructor and Description |
|---|
DefaultNIO() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitof, ofNullRawInputStream, ofNullRawOutputStreampublic DefaultNWorkspaceConfigModel cmodel
public DefaultNBootModel bootModel
public InputStream stdin()
public OutputStream unwrapOutputStream(OutputStream out)
unwrapOutputStream in interface NIOpublic InputStream unwrapInputStream(InputStream in)
unwrapInputStream in interface NIOpublic boolean isStdin(InputStream in)
public boolean isStdout(OutputStream out)
public boolean isStderr(OutputStream err)
public boolean isStdout(NPrintStream out)
public boolean isStderr(NPrintStream out)
public NPrintStream stdout()
public NPrintStream stderr()
public NSystemTerminal getSystemTerminal()
getSystemTerminal in interface NIOpublic NIO setSystemTerminal(NSystemTerminalBase terminal)
setSystemTerminal in interface NIOpublic NTerminal getDefaultTerminal()
getDefaultTerminal in interface NIOpublic NIO setDefaultTerminal(NTerminal terminal)
setDefaultTerminal in interface NIOpublic NIO addPathFactory(NPathFactorySPI pathFactory)
addPathFactory in interface NIOpublic NIO removePathFactory(NPathFactorySPI pathFactory)
removePathFactory in interface NIOpublic String probeContentType(Path path)
probeContentType in interface NIOpublic String probeContentType(File path)
probeContentType in interface NIOpublic String probeContentType(URL path)
probeContentType in interface NIOpublic String probeContentType(NPath path)
probeContentType in interface NIOpublic List<String> findExtensionsByContentType(String contentType)
findExtensionsByContentType in interface NIOpublic List<String> findContentTypesByExtension(String extension)
findContentTypesByExtension in interface NIOpublic String probeContentType(InputStream stream)
probeContentType in interface NIOpublic String probeContentType(byte[] bytes)
probeContentType in interface NIOpublic String probeCharset(URL path)
probeCharset in interface NIOpublic String probeCharset(File path)
probeCharset in interface NIOpublic String probeCharset(Path path)
probeCharset in interface NIOpublic String probeCharset(NPath path)
probeCharset in interface NIOpublic String probeCharset(InputStream stream)
probeCharset in interface NIOpublic String probeCharset(byte[] bytes)
probeCharset in interface NIOpublic NTempOutputStream ofTempOutputStream()
ofTempOutputStream in interface NIOCopyright © 2026 vpc open source initiative. All rights reserved.