public abstract class GetDataCallback extends AVCallback<byte[]>
| 构造器和说明 |
|---|
GetDataCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
done(byte[] data,
AVException e) |
protected void |
internalDone0(byte[] returnValue,
AVException e) |
internalDone, internalDone, setMainThreadCheckerpublic abstract void done(byte[] data,
AVException e)
protected final void internalDone0(byte[] returnValue,
AVException e)
internalDone0 在类中 AVCallback<byte[]>Copyright © 2019. All rights reserved.