org.apache.rat.document.impl
Class DocumentImplUtils

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

public class DocumentImplUtils
extends java.lang.Object


Constructor Summary
DocumentImplUtils()
           
 
Method Summary
static boolean isZip(java.io.File file)
           
static boolean isZipStream(java.io.InputStream stream)
           
static java.lang.String toName(java.io.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 java.lang.String toName(java.io.File file)

isZipStream

public static final boolean isZipStream(java.io.InputStream stream)

isZip

public static final boolean isZip(java.io.File file)


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