public class NBootPath extends Object
| Constructor and Description |
|---|
NBootPath(Path path) |
NBootPath(String path) |
NBootPath(URL path) |
| Modifier and Type | Method and Description |
|---|---|
Path |
getFile() |
InputStream |
getInputSteam() |
String |
getName() |
String |
getPath() |
URL |
getUrl() |
boolean |
isRemote() |
byte[] |
readAllBytes() |
NBootPath |
resolve(String s) |
NBootPath |
toAbsolute() |
String |
toString() |
public NBootPath(String path)
public NBootPath(URL path)
public NBootPath(Path path)
public byte[] readAllBytes()
public InputStream getInputSteam()
public Path getFile()
public URL getUrl()
public boolean isRemote()
public String getName()
public NBootPath toAbsolute()
public String getPath()
Copyright © 2025 vpc open source initiative. All rights reserved.