FileDataSource

Properties
name data type description
contentType string
file File
inputStream InputStream
name string
outputStream OutputStream

Example

{
  "file" : {
    "hidden" : true,
    "path" : "...",
    "totalSpace" : 12345.0,
    "parent" : "...",
    "absolutePath" : "...",
    "absoluteFile" : { },
    "freeSpace" : 12345.0,
    "file" : true,
    "absolute" : true,
    "parentFile" : { },
    "directory" : true,
    "usableSpace" : 12345.0,
    "name" : "...",
    "canonicalFile" : { },
    "canonicalPath" : "..."
  },
  "name" : "...",
  "inputStream" : { },
  "outputStream" : { },
  "contentType" : "..."
}