public interface FileTransferOffer
| Modifier and Type | Method and Description |
|---|---|
Instant |
getDate()
Gets the last modification time of the file.
|
String |
getDescription()
Gets a sender-generated description of the file.
|
List<Hash> |
getHashes()
Gets the hashes of the file contents.
|
String |
getName()
Gets the name of the file that the Sender wishes to send.
|
Range |
getRange()
Gets the range.
|
long |
getSize()
Gets the size, in bytes, of the data to be sent.
|
long getSize()
String getName()
Instant getDate()
String getDescription()
Range getRange()
Copyright © 2014–2017 XMPP.rocks. All rights reserved.