public class Sys extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
errlog
Send warnings and error
|
static Executor |
executor
A general thread pool
|
static boolean |
is64bitSystem |
static boolean |
isWindows |
static ByteOrder |
NetworkOrder |
static int |
SizeOfInt
Size, in bytes, of a Java int
|
static int |
SizeOfLong
Size, in bytes, of a Java long
|
static org.slf4j.Logger |
syslog
General system log
|
| Constructor and Description |
|---|
Sys() |
public static final org.slf4j.Logger syslog
public static final org.slf4j.Logger errlog
public static final int SizeOfLong
public static final int SizeOfInt
public static final boolean is64bitSystem
public static final ByteOrder NetworkOrder
public static final boolean isWindows
public static Executor executor
Licensed under the Apache License, Version 2.0