public static interface VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory.MacLibrary
extends com.sun.jna.Library
Modifier and Type | Field and Description |
---|---|
static int |
CS_DARWIN_USER_TEMP_DIR
The temporary directory.
|
Modifier and Type | Method and Description |
---|---|
long |
confstr(int name,
com.sun.jna.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, com.sun.jna.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–2021. All rights reserved.