moazs.util
Class MiscUtil

java.lang.Object
  extended bymoazs.util.MiscUtil

public class MiscUtil
extends Object


Constructor Summary
MiscUtil()
           
 
Method Summary
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

MiscUtil

public MiscUtil()
Method Detail

isNotEmpty

public static boolean isNotEmpty(Collection c)

isNotEmpty

public static boolean isNotEmpty(Object[] o)

toString

public static String toString(Object[] o)

criterionToArray

public static org.hibernate.criterion.Criterion[] criterionToArray(org.hibernate.criterion.Criterion o)

dumpInputOutputStream

public static void dumpInputOutputStream(InputStream inputstream,
                                         OutputStream outputstream)
                                  throws IOException
Throws:
IOException


Copyright 2008 EGIZ. All Rights Reserved.