Class Platform

java.lang.Object
fc.util.Platform

public class Platform extends Object
Identifies the current platform/OS that the JVM is running under. There is only 1 instance of this class corresponding to each type of platform. Therefore reference equality can be used to compare whether the current platform is the same as some particular platform type.