JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
E
I
L
M
S
C
closeQuietly(Closeable)
- Static method in class com.badlogic.gdx.utils.
SharedLibraryLoader
com.badlogic.gdx.utils
- package com.badlogic.gdx.utils
crc(InputStream)
- Method in class com.badlogic.gdx.utils.
SharedLibraryLoader
Returns a CRC of the remaining bytes in the stream.
E
extractFile(String, String)
- Method in class com.badlogic.gdx.utils.
SharedLibraryLoader
Extracts the specified file to the specified directory if it does not already exist or the CRC does not match.
extractFileTo(String, File)
- Method in class com.badlogic.gdx.utils.
SharedLibraryLoader
Extracts the specified file into the temp directory if it does not already exist or the CRC does not match.
I
is64Bit
- Static variable in class com.badlogic.gdx.utils.
SharedLibraryLoader
isAndroid
- Static variable in class com.badlogic.gdx.utils.
SharedLibraryLoader
isARM
- Static variable in class com.badlogic.gdx.utils.
SharedLibraryLoader
isIos
- Static variable in class com.badlogic.gdx.utils.
SharedLibraryLoader
isLinux
- Static variable in class com.badlogic.gdx.utils.
SharedLibraryLoader
isLoaded(String)
- Static method in class com.badlogic.gdx.utils.
SharedLibraryLoader
isMac
- Static variable in class com.badlogic.gdx.utils.
SharedLibraryLoader
isWindows
- Static variable in class com.badlogic.gdx.utils.
SharedLibraryLoader
L
load(String)
- Method in class com.badlogic.gdx.utils.
SharedLibraryLoader
Loads a shared library for the platform the application is running on.
M
mapLibraryName(String)
- Method in class com.badlogic.gdx.utils.
SharedLibraryLoader
Maps a platform independent library name to a platform dependent name.
S
setLoaded(String)
- Static method in class com.badlogic.gdx.utils.
SharedLibraryLoader
Sets the library as loaded, for when application code wants to handle libary loading itself.
SharedLibraryLoader
- Class in
com.badlogic.gdx.utils
Loads shared libraries from a natives jar file (desktop) or arm folders (Android).
SharedLibraryLoader()
- Constructor for class com.badlogic.gdx.utils.
SharedLibraryLoader
SharedLibraryLoader(String)
- Constructor for class com.badlogic.gdx.utils.
SharedLibraryLoader
Fetches the natives from the given natives jar file.
SharedLibraryLoadRuntimeException
- Exception in
com.badlogic.gdx.utils
Typed runtime exception used in jnigen's SharedLibraryLoader
SharedLibraryLoadRuntimeException(String)
- Constructor for exception com.badlogic.gdx.utils.
SharedLibraryLoadRuntimeException
SharedLibraryLoadRuntimeException(Throwable)
- Constructor for exception com.badlogic.gdx.utils.
SharedLibraryLoadRuntimeException
SharedLibraryLoadRuntimeException(String, Throwable)
- Constructor for exception com.badlogic.gdx.utils.
SharedLibraryLoadRuntimeException
C
E
I
L
M
S
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes