Schnittstelle IVHFileDescriptor

Alle bekannten Unterschnittstellen:
IVHFileAdapterDescriptor

public interface IVHFileDescriptor
  • Methodendetails

    • getFileName

      String getFileName()
      Gibt zurück:
      The name of the file.
    • getPath

      String getPath()
      Gibt zurück:
      The path to the file.
    • getContentType

      String getContentType()
      Gibt zurück:
      The MIME content type.
    • isStreamingMode

      boolean isStreamingMode()
      Gibt zurück:
      Returns true if download should download by stream otherwise false
    • getLastModified

      Date getLastModified()
      Gibt zurück:
      The last modified date of the file (could be null).
    • getFile

      File getFile()
      Returns the file object.
      Gibt zurück:
      Returns the file object. Not null, is not guaranteed that the file exists.