public interface StreamCopier
default void onStart()
void copy(byte[] bytes,
int offset,
int length)
throws IOException
IOExceptiondefault void onProgress(long length)
default void onEnd(long length)
Copyright © 2022. All rights reserved.