@Deprecated public class AudioFileData extends DefaultFileData
This class is empty, and unused. May be for a future release...
This class contains all data for files to upload an audio file. It adds the following elements to theFileData
class :canRead, file, fileDir, fileModified, fileRoot, fileSize, md5sum, mimeType, uploadFlag
Constructor and Description |
---|
AudioFileData(File file,
UploadPolicy uploadPolicy)
Deprecated.
Creates a new instance.
|
afterUpload, appendFileProperties, beforeUpload, calculateMD5Sum, canRead, getAbsolutePath, getDirectory, getExtension, getFile, getFileExtension, getFileLength, getFileName, getInputStream, getLastModified, getMD5, getMimeType, getRelativeDir, getRoot, getTreeFileDataNode, getUploadFlag, getUploadLength, isPreparedForUpload, setTreeFileDataNode, setUploadFlag
public AudioFileData(File file, UploadPolicy uploadPolicy)
file
- The files which data are to be handled by this instance.root
- The root directory, to calculate the relative dir (see DefaultFileData.getRelativeDir()
.uploadPolicy
- The current upload policyCopyright © 2015. All rights reserved.