public interface GetFileListener
Modifier and Type | Method | Description |
---|---|---|
boolean |
dataReceived(byte[] fileData,
boolean moreFollows) |
Is called when a new block of file data is received
|
boolean dataReceived(byte[] fileData, boolean moreFollows)
fileData
- block of file data receivedmoreFollows
- true if more data blocks will follow, false otherwise