public static class RnshPathFactorySPI.NServerPathSPI extends Object implements NPathSPI
| Constructor and Description |
|---|
NServerPathSPI(NConnexionString cnx) |
| Modifier and Type | Method and Description |
|---|---|
long |
contentLength(NPath basePath) |
void |
delete(NPath basePath,
boolean recurse) |
boolean |
exists(NPath basePath) |
byte[] |
getDigest(NPath basePath,
String algo) |
InputStream |
getInputStream(NPath basePath,
NPathOption... options) |
List<String> |
getNames(NPath basePath) |
OutputStream |
getOutputStream(NPath basePath,
NPathOption... options) |
NPath |
getParent(NPath basePath) |
NPath |
getRoot(NPath basePath) |
Boolean |
isRoot(NPath basePath) |
NStream<NPath> |
list(NPath basePath) |
List<NPathChildDigestInfo> |
listDigestInfo(NPath basePath,
String algo) |
void |
mkdir(boolean parents,
NPath basePath) |
NPathType |
type(NPath basePath) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPermissions, compareTo, copyTo, formatter, getCharset, getContentEncoding, getContentType, getCreationInstant, getLastAccessInstant, getLastModifiedInstant, getLocation, getName, getNameCount, getPermissions, getProtocol, group, isAbsolute, isLocal, isName, moveTo, normalize, owner, removePermissions, resolve, resolveSibling, setPermissions, subpath, toAbsolute, toCompressedForm, toPath, toRelative, toString, toURL, walk, walkDfspublic NServerPathSPI(NConnexionString cnx)
public List<NPathChildDigestInfo> listDigestInfo(NPath basePath, String algo)
listDigestInfo in interface NPathSPIpublic long contentLength(NPath basePath)
contentLength in interface NPathSPIpublic InputStream getInputStream(NPath basePath, NPathOption... options)
getInputStream in interface NPathSPIpublic OutputStream getOutputStream(NPath basePath, NPathOption... options)
getOutputStream in interface NPathSPIpublic void delete(NPath basePath, boolean recurse)
Copyright © 2025 vpc open source initiative. All rights reserved.