Package | Description |
---|---|
jnr.posix |
Modifier and Type | Interface and Description |
---|---|
interface |
NanosecondFileStat
Represents the additional nsec resolution on the stat struct in Linux 2.6+.
|
Modifier and Type | Class and Description |
---|---|
class |
AixFileStat
This corresponds with struct stat64x on AIX
|
class |
BaseFileStat |
class |
FreeBSDFileStat |
class |
JavaFileStat |
class |
LinuxFileStat32 |
class |
LinuxFileStat64 |
class |
LinuxFileStatAARCH64 |
class |
LinuxFileStatSPARCV9 |
class |
MacOSFileStat |
class |
OpenBSDFileStat |
class |
SolarisFileStat32 |
class |
SolarisFileStat64 |
class |
WindowsFileStat |
class |
WindowsRawFileStat |
Modifier and Type | Field and Description |
---|---|
static jnr.ffi.mapper.ToNativeConverter<FileStat,jnr.ffi.Pointer> |
BaseNativePOSIX.FileStatConverter |
Modifier and Type | Method and Description |
---|---|
abstract FileStat |
BaseNativePOSIX.allocateStat() |
FileStat |
POSIX.allocateStat() |
FileStat |
WindowsPOSIX.allocateStat() |
FileStat |
BaseNativePOSIX.fstat(FileDescriptor fileDescriptor) |
FileStat |
POSIX.fstat(FileDescriptor descriptor) |
FileStat |
BaseNativePOSIX.fstat(int fd) |
FileStat |
POSIX.fstat(int descriptor) |
FileStat |
WindowsPOSIX.fstat(int fd) |
FileStat |
BaseNativePOSIX.lstat(String path) |
FileStat |
POSIX.lstat(String path) |
FileStat |
WindowsPOSIX.lstat(String path) |
FileStat |
BaseNativePOSIX.stat(String path) |
FileStat |
POSIX.stat(String path) |
Modifier and Type | Method and Description |
---|---|
int |
LinuxLibC.__fxstat(int version,
int fd,
FileStat stat) |
int |
LinuxLibC.__fxstat64(int version,
int fd,
FileStat stat) |
int |
LinuxLibC.__lxstat(int version,
ByteBuffer path,
FileStat stat) |
int |
LinuxLibC.__lxstat(int version,
CharSequence path,
FileStat stat) |
int |
LinuxLibC.__lxstat64(int version,
ByteBuffer path,
FileStat stat) |
int |
LinuxLibC.__lxstat64(int version,
CharSequence path,
FileStat stat) |
int |
LinuxLibC.__xstat(int version,
ByteBuffer path,
FileStat stat) |
int |
LinuxLibC.__xstat(int version,
CharSequence path,
FileStat stat) |
int |
LinuxLibC.__xstat64(int version,
ByteBuffer path,
FileStat stat) |
int |
LinuxLibC.__xstat64(int version,
CharSequence path,
FileStat stat) |
int |
WindowsLibC._stat64(CharSequence path,
FileStat stat) |
int |
WindowsLibC._wstat64(byte[] path,
FileStat stat) |
int |
WindowsLibC._wstat64(WString path,
FileStat stat) |
int |
WindowsPOSIX.findFirstFile(String path,
FileStat stat) |
int |
BaseNativePOSIX.fstat(FileDescriptor fileDescriptor,
FileStat stat) |
int |
POSIX.fstat(FileDescriptor descriptor,
FileStat stat) |
int |
WindowsPOSIX.fstat(FileDescriptor fileDescriptor,
FileStat stat) |
int |
BaseNativePOSIX.fstat(int fd,
FileStat stat) |
int |
LibC.fstat(int fd,
FileStat stat) |
int |
POSIX.fstat(int fd,
FileStat stat) |
int |
LibC.fstat64(int fd,
FileStat stat) |
boolean |
BaseFileStat.isIdentical(FileStat other) |
boolean |
FileStat.isIdentical(FileStat other) |
boolean |
JavaFileStat.isIdentical(FileStat other) |
boolean |
WindowsRawFileStat.isIdentical(FileStat other) |
int |
LibC.lstat(CharSequence path,
FileStat stat) |
int |
BaseNativePOSIX.lstat(String path,
FileStat stat) |
int |
JavaLibCHelper.lstat(String path,
FileStat stat) |
int |
POSIX.lstat(String path,
FileStat stat) |
int |
WindowsPOSIX.lstat(String path,
FileStat stat) |
int |
LibC.lstat64(CharSequence path,
FileStat stat) |
int |
LibC.stat(CharSequence path,
FileStat stat) |
int |
BaseNativePOSIX.stat(String path,
FileStat stat) |
int |
JavaLibCHelper.stat(String path,
FileStat stat) |
int |
POSIX.stat(String path,
FileStat stat) |
int |
WindowsPOSIX.stat(String path,
FileStat stat) |
int |
LibC.stat64(CharSequence path,
FileStat stat) |
Copyright © 2017. All rights reserved.