| Package | Description |
|---|---|
| eu.aschuetz.nativeutils.api |
| Modifier and Type | Method and Description |
|---|---|
Stat |
WindowsNativeUtil._stat64(String path) |
Stat |
LinuxNativeUtil.fstat(int descriptor)
Gets information about a opened file descriptor
|
Stat |
LinuxNativeUtil.lstat(String path)
Identical to stat.
|
Stat |
LinuxNativeUtil.stat(String path)
Gets information about a file for a given path.
|
Copyright © 2023. All rights reserved.