Class LocalFileValue

java.lang.Object
org.teamapps.universaldb.index.fileng.LocalFileValue
All Implemented Interfaces:
FileValue

public class LocalFileValue
extends java.lang.Object
implements FileValue
  • Constructor Summary

    Constructors 
    Constructor Description
    LocalFileValue​(java.io.File file)  
    LocalFileValue​(java.io.File file, java.lang.String fileName)  
  • Method Summary

    Modifier and Type Method Description
    java.io.File getAsFile()  
    java.lang.String getFileName()  
    java.io.File getFileVersion​(int version)  
    java.lang.String getHash()  
    java.io.InputStream getInputStream()  
    long getSize()  
    int getVersion()
    The file version.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.teamapps.universaldb.index.fileng.FileValue

    getVersionCount, parseMetaData