public final class FileRecorder extends Object implements Recorder
Recorder
FileRecorder(String directory)
void
del(String key)
byte[]
get(String key)
set(String key, byte[] data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FileRecorder(String directory) throws IOException
IOException
public void set(String key, byte[] data)
set
key
data
public byte[] get(String key)
get
public void del(String key)
del
Copyright © 2018. All rights reserved.