Package com.ning.http.util
Class MiscUtils
java.lang.Object
com.ning.http.util.MiscUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic IOExceptionbuildStaticIOException(String message) static voidcloseSilently(Closeable closeable) static booleangetBoolean(String systemPropName, boolean defaultValue) static booleanisNonEmpty(byte[] array) static booleanisNonEmpty(Object[] array) static booleanisNonEmpty(String string) static booleanisNonEmpty(Collection<?> collection) static booleanisNonEmpty(Map<?, ?> map)
-
Method Details
-
isNonEmpty
-
isNonEmpty
-
isNonEmpty
public static boolean isNonEmpty(byte[] array) -
isNonEmpty
-
isNonEmpty
-
getBoolean
-
closeSilently
-
buildStaticIOException
-