Package | Description |
---|---|
com.pi4j.io.file |
Modifier and Type | Method and Description |
---|---|
static LinuxFile.MMAPFlags |
LinuxFile.MMAPFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinuxFile.MMAPFlags[] |
LinuxFile.MMAPFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
LinuxFile.mmap(int length,
LinuxFile.MMAPProt prot,
LinuxFile.MMAPFlags flags,
int offset)
Direct memory mapping from a file descriptor.
|
Copyright © 2012–2019 Pi4J. All rights reserved.