org.apache.rat.document.impl
Class DocumentImplUtils

java.lang.Object
  extended by org.apache.rat.document.impl.DocumentImplUtils

public class DocumentImplUtils
extends Object


Constructor Summary
DocumentImplUtils()
           
 
Method Summary
static boolean isZip(File file)
           
static boolean isZipStream(InputStream stream)
           
static String toName(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentImplUtils

public DocumentImplUtils()
Method Detail

toName

public static final String toName(File file)

isZipStream

public static final boolean isZipStream(InputStream stream)

isZip

public static final boolean isZip(File file)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.