| Package | Description |
|---|---|
| com.github.hypfvieh.common | |
| com.github.hypfvieh.system | |
| com.github.hypfvieh.util |
| Modifier and Type | Method and Description |
|---|---|
static SearchOrder |
SearchOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchOrder[] |
SearchOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NativeLibraryLoader.loadLibrary(String _libName,
SearchOrder[] _loadOrder,
String... _searchPathes)
Tries to load the given library using the given load/search order.
|
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
FileIoUtil.openInputStreamForFile(String _fileNameWithPath,
SearchOrder... _searchOrder)
Tries to find _fileNameWithPath in either classpath, systempath or absolute path and opens an
InputStream for it. |
static List<String> |
FileIoUtil.readFileFrom(String _fileName,
Charset _charset,
SearchOrder... _searchOrder)
Read a file from different sources depending on _searchOrder.
|
Copyright © 2018. All rights reserved.