public class NCoreIOUtils extends Object
| Constructor and Description |
|---|
NCoreIOUtils() |
public static String getStreamDigest(InputStream is)
public static InputStream resolveInputStream(String url, NLog bLog)
public static String expandPath(String path, String base, Function<String,String> pathExpansionConverter)
public static String getStoreLocationPath(NBootOptions bOptions, NStoreType value)
public static InputStream openStream(URL url, NLog bLog)
public static byte[] loadStream(InputStream stream, NLog bLog) throws IOException
IOExceptionpublic static ByteArrayInputStream preloadStream(InputStream stream, NLog bLog) throws IOException
IOExceptionpublic static Properties loadURLProperties(Path path, NLog bLog)
public static Properties loadURLProperties(URL url, File cacheFile, boolean useCache, NLog bLog)
public static boolean isURL(String url)
public static void copy(File ff, File to, NLog bLog) throws IOException
IOExceptionpublic static void copy(URL url, File to, NLog bLog) throws IOException
IOExceptionCopyright © 2025 vpc open source initiative. All rights reserved.