public interface DfsDao
| Modifier and Type | Method and Description |
|---|---|
byte[] |
read(String filename) |
void |
write(String filename,
byte[] data,
long uid) |
void write(String filename, byte[] data, long uid) throws IOException
IOExceptionbyte[] read(String filename) throws IOException
IOExceptionCopyright © 2014–2017. All rights reserved.