-
Notifications
You must be signed in to change notification settings - Fork 5
StorableObject
Hansin edited this page Dec 10, 2020
·
4 revisions
StorableObject 是被存储与被管理的对象,由 Storage 的实现类所创建,它提供输入流与输出流的获取等。
创建对象的 Key 。
String getKey();
创建对象的输入流。
InputStream getInputStream() throws IOException;
创建对象的输出流。
OutputStream getOutputStream() throws IOException;
创建对象的权限。
int getPermission();
如果需要报告问题或者功能需求,请在Github中 创建issue 。若有其他问题或建议,请发送电子邮件至 hansin@dustlight.cn