Uses of Class
org.teamapps.message.protocol.file.FileDataType
| Package | Description |
|---|---|
| org.teamapps.message.protocol.file |
-
Uses of FileDataType in org.teamapps.message.protocol.file
Methods in org.teamapps.message.protocol.file that return FileDataType Modifier and Type Method Description static FileDataTypeFileDataType. getById(int id)FileDataTypeFileData. getType()FileDataTypeGenericFileData. getType()FileDataTypeLocalFileData. getType()static FileDataTypeFileDataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FileDataType[]FileDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.message.protocol.file with parameters of type FileDataType Modifier and Type Method Description FileDataFileDataReader. readFileData(FileDataType type, java.lang.String fileName, long length, java.lang.String descriptor, boolean encrypted, java.lang.String encryptionKey)FileDataLocalFileStore. readFileData(FileDataType type, java.lang.String fileName, long length, java.lang.String descriptor, boolean encrypted, java.lang.String encryptionKey)Constructors in org.teamapps.message.protocol.file with parameters of type FileDataType Constructor Description GenericFileData(FileDataType type, java.lang.String fileName, long length, java.lang.String path)GenericFileData(FileDataType type, java.lang.String fileName, long length, java.lang.String path, boolean encrypted, java.lang.String encryptionKey)