Class SnapUtils
java.lang.Object
com.inductiveautomation.snap.util.SnapUtils
Miscellaneous Utility methods.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
SnapUtilspublic SnapUtils()
 
- 
- 
Method Details- 
equalsReturns whether two objects are equal (supports either being null).
- 
getInputStreamReturns an input stream from a File, String path, URL, byte array, InputStream, etc.
 
-