public interface Recorder
void set(String key, byte[] data)
key - key recorded in the upload.data - data recorded in the upload.byte[] get(String key)
key - key recorded in the upload.void del(String key)
key - key recorded in the upload.Copyright © 2018. All rights reserved.