|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmoazs.util.MiscUtil
public class MiscUtil
Constructor Summary | |
---|---|
MiscUtil()
|
Method Summary | |
---|---|
static void |
copyStream(InputStream is,
OutputStream os)
|
static org.hibernate.criterion.Criterion[] |
criterionToArray(org.hibernate.criterion.Criterion o)
|
static void |
dumpInputOutputStream(InputStream inputstream,
OutputStream outputstream)
|
static boolean |
isNotEmpty(Collection c)
|
static boolean |
isNotEmpty(Object[] o)
|
static String |
toString(Object[] o)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MiscUtil()
Method Detail |
---|
public static void copyStream(InputStream is, OutputStream os) throws IOException
IOException
public static boolean isNotEmpty(Collection c)
public static boolean isNotEmpty(Object[] o)
public static String toString(Object[] o)
public static org.hibernate.criterion.Criterion[] criterionToArray(org.hibernate.criterion.Criterion o)
public static void dumpInputOutputStream(InputStream inputstream, OutputStream outputstream) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |