public interface IReader
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
call when file download finish.
|
void |
read(byte[] buffer,
int start,
int len)
custom handler for download file.
|
Copyright © 2018. All rights reserved.