Package net.bytebuddy.agent
Interface VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory.MacLibrary
-
- All Superinterfaces:
com.sun.jna.Library
- Enclosing class:
- VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory
public static interface VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory.MacLibrary extends com.sun.jna.Library
A library for reading a Mac user's temporary directory.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CS_DARWIN_USER_TEMP_DIR
The temporary directory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
confstr(int name, com.sun.jna.Pointer buffer, long length)
Reads a configuration dependant variable into a memory segment.
-
-
-
Field Detail
-
CS_DARWIN_USER_TEMP_DIR
static final int CS_DARWIN_USER_TEMP_DIR
The temporary directory.- See Also:
- Constant Field Values
-
-
Method Detail
-
confstr
long confstr(int name, com.sun.jna.Pointer buffer, long length)
Reads a configuration dependant variable into a memory segment.- Parameters:
name
- The name of the variable.buffer
- The buffer to read the variable into.length
- The length of the buffer.- Returns:
- The amount of bytes written to the buffer.
-
-