public class DownloadByteArray extends Object implements DownloadCallback<byte[]>
直接返回Byte[]数据
2020-02-03 16:47
public byte[] receive(InputStream inputStream) throws IOException
DownloadCallbackreceive 在接口中 DownloadCallback<byte[]>inputStream - 返回数据输入流IOException - IO异常Copyright © 2021. All rights reserved.