Class SnapUtils
java.lang.Object
com.inductiveautomation.snap.util.SnapUtils
Miscellaneous Utility methods.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Returns whether two objects are equal (supports either being null).static InputStream
getInputStream
(Object aSource) Returns an input stream from a File, String path, URL, byte array, InputStream, etc.
-
Constructor Details
-
SnapUtils
public SnapUtils()
-
-
Method Details
-
equals
Returns whether two objects are equal (supports either being null). -
getInputStream
Returns an input stream from a File, String path, URL, byte array, InputStream, etc.
-