Class SnapUtils
java.lang.Object
com.inductiveautomation.snap.util.SnapUtils
Miscellaneous Utility methods.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanReturns whether two objects are equal (supports either being null).static InputStreamgetInputStream(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. 
 -