Uses of Class
org.teamapps.protocol.schema.FileProperty
| Package | Description |
|---|---|
| org.teamapps.protocol.message | |
| org.teamapps.protocol.schema |
-
Uses of FileProperty in org.teamapps.protocol.message
Methods in org.teamapps.protocol.message that return FileProperty Modifier and Type Method Description static FilePropertyMessageUtils. readFileProperty(java.io.DataInputStream dis, FileProvider fileProvider)static FilePropertyMessageUtils. readFileProperty(java.nio.ByteBuffer buffer, FileProvider fileProvider)Methods in org.teamapps.protocol.message with parameters of type FileProperty Modifier and Type Method Description static voidMessageUtils. writeFileProperty(io.netty.buffer.ByteBuf buffer, FileProperty fileProperty, FileSink fileSink)static voidMessageUtils. writeFileProperty(java.io.DataOutputStream dos, FileProperty fileProperty, FileSink fileSink)static voidMessageUtils. writeFileProperty(java.nio.ByteBuffer buffer, FileProperty fileProperty, FileSink fileSink) -
Uses of FileProperty in org.teamapps.protocol.schema
Methods in org.teamapps.protocol.schema that return FileProperty Modifier and Type Method Description FilePropertyAbstractMessageProperty. getFileProperty()FilePropertyMessageObject. getFileProperty(java.lang.String propertyName)FilePropertyMessageProperty. getFileProperty()Methods in org.teamapps.protocol.schema with parameters of type FileProperty Modifier and Type Method Description MessageObjectMessageObject. setFileProperty(java.lang.String name, FileProperty value)