Uses of Interface
org.teamapps.message.protocol.file.FileData
| Package | Description |
|---|---|
| org.teamapps.message.protocol.file | |
| org.teamapps.message.protocol.message | |
| org.teamapps.message.protocol.utils | |
| org.teamapps.message.protocol.xml |
-
Uses of FileData in org.teamapps.message.protocol.file
Classes in org.teamapps.message.protocol.file that implement FileData Modifier and Type Class Description classGenericFileDataclassLocalFileDataMethods in org.teamapps.message.protocol.file that return FileData Modifier and Type Method Description static FileDataFileData. create(java.io.File file)static FileDataFileData. create(java.io.File file, java.lang.String fileName)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)FileDataFileDataWriter. writeFileData(FileData fileData)FileDataLocalFileStore. writeFileData(FileData fileData)Methods in org.teamapps.message.protocol.file with parameters of type FileData Modifier and Type Method Description FileDataFileDataWriter. writeFileData(FileData fileData)FileDataLocalFileStore. writeFileData(FileData fileData) -
Uses of FileData in org.teamapps.message.protocol.message
Methods in org.teamapps.message.protocol.message that return FileData Modifier and Type Method Description FileDataMessage. getFileData(java.lang.String propertyName)FileDataMessageAttribute. getFileData()FileDataMessageAttributeImpl. getFileData()Methods in org.teamapps.message.protocol.message with parameters of type FileData Modifier and Type Method Description MessageMessage. setFileData(java.lang.String name, FileData value) -
Uses of FileData in org.teamapps.message.protocol.utils
Methods in org.teamapps.message.protocol.utils that return FileData Modifier and Type Method Description static FileDataMessageUtils. readFile(java.io.DataInputStream dis, FileDataReader fileProvider)static FileDataMessageUtils. readFile(java.nio.ByteBuffer buffer, FileDataReader fileProvider)Methods in org.teamapps.message.protocol.utils with parameters of type FileData Modifier and Type Method Description static voidMessageUtils. writeFile(java.io.DataOutputStream dos, FileData fileData, FileDataWriter fileWriter)static voidMessageUtils. writeFile(java.nio.ByteBuffer buffer, FileData fileData, FileDataWriter fileWriter) -
Uses of FileData in org.teamapps.message.protocol.xml
Methods in org.teamapps.message.protocol.xml that return FileData Modifier and Type Method Description static FileDataXmlUtils. readFile(org.w3c.dom.Element element, FileDataReader fileDataReader)Methods in org.teamapps.message.protocol.xml with parameters of type FileData Modifier and Type Method Description static voidXmlUtils. writeFile(XmlNode xmlNode, FileData fileData, FileDataWriter fileDataWriter)