jBittorrentAPI
Class Constants
java.lang.Object
jBittorrentAPI.Constants
public class Constants
- extends java.lang.Object
Some useful (or not...) constants used (or not yet...) throughout the program
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BYTE_CHARSET
public static java.nio.charset.Charset BYTE_CHARSET
BYTE_ENCODING
public static final java.lang.String BYTE_ENCODING
- See Also:
- Constant Field Values
CLIENT
public static final java.lang.String CLIENT
- See Also:
- Constant Field Values
DEFAULT_CHARSET
public static java.nio.charset.Charset DEFAULT_CHARSET
DEFAULT_ENCODING
public static final java.lang.String DEFAULT_ENCODING
- See Also:
- Constant Field Values
isFreeBSD
public static final boolean isFreeBSD
isLinux
public static final boolean isLinux
isOSX
public static final boolean isOSX
isSolaris
public static final boolean isSolaris
isWindows
public static final boolean isWindows
isWindows95
public static final boolean isWindows95
isWindows9598ME
public static final boolean isWindows9598ME
isWindows98
public static final boolean isWindows98
isWindowsME
public static final boolean isWindowsME
isWindowsXP
public static final boolean isWindowsXP
JAVA_VERSION
public static final java.lang.String JAVA_VERSION
OSName
public static final java.lang.String OSName
SAVEPATH
public static java.lang.String SAVEPATH
Constants
public Constants()