public static interface VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory.MacLibrary extends Library
Library.Handler
Modifier and Type | Field and Description |
---|---|
static int |
CS_DARWIN_USER_TEMP_DIR
The temporary directory.
|
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
Modifier and Type | Method and Description |
---|---|
long |
confstr(int name,
Pointer buffer,
long length)
Reads a configuration dependant variable into a memory segment.
|
static final int CS_DARWIN_USER_TEMP_DIR
long confstr(int name, Pointer buffer, long length)
name
- The name of the variable.buffer
- The buffer to read the variable into.length
- The length of the buffer.Copyright © 2014–2022. All rights reserved.