org.exoplatform.clouddrive.cmis.ecms.viewer.storage
Class PDFViewerStorage.PDFFile.ImageFile

java.lang.Object
  extended by org.exoplatform.clouddrive.cmis.ecms.viewer.storage.PDFViewerStorage.PDFFile.ImageFile
Enclosing class:
PDFViewerStorage.PDFFile

public class PDFViewerStorage.PDFFile.ImageFile
extends Object


Field Summary
protected  File file
           
protected  String name
           
protected  String type
           
 
Constructor Summary
protected PDFViewerStorage.PDFFile.ImageFile(File file, String name, String type)
           
 
Method Summary
protected  boolean delete()
           
 long getLength()
           
 String getName()
           
 InputStream getStream()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

protected final File file

name

protected final String name

type

protected final String type
Constructor Detail

PDFViewerStorage.PDFFile.ImageFile

protected PDFViewerStorage.PDFFile.ImageFile(File file,
                                             String name,
                                             String type)
Method Detail

getLength

public long getLength()
Returns:
the file length

getType

public String getType()
Returns:
the type

getName

public String getName()
Returns:
the name

getStream

public InputStream getStream()

delete

protected boolean delete()


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.