public interface UbFileSystemService extends UbDeviceNs
cast, customNs
boolean exists(VUnsigned fileNo) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
VUnsigned getParentFile(VUnsigned fileNo) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
byte getFileType(VUnsigned fileNo) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
UbRemoteString getFileName(VUnsigned fileNo) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
VUnsigned getSize(VUnsigned fileNo) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
VUnsigned[] listFiles(VUnsigned fileNo) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
VUnsigned getDirectoryFile(VUnsigned fileNo, VUnsigned index) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
boolean canRead(VUnsigned fileNo) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
boolean canWrite(VUnsigned fileNo) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
VUnsigned createTime(VUnsigned fileNo) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
VUnsigned lastModified(VUnsigned fileNo) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
byte[] getFilePart(VUnsigned fileNo, VUnsigned from, VUnsigned length) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
VUnsigned mkdir(VUnsigned fileNo, String str) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
VUnsigned createNewRegularFile(VUnsigned fileNo, String str) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
boolean setLastModified(VUnsigned fileNo, VUnsigned time) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
boolean delete(VUnsigned fileNo) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
VUnsigned moveFile(VUnsigned fileNo, VUnsigned dstDir) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
VUnsigned renameFile(VUnsigned fileNo, String name) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
VUnsigned truncateSize(VUnsigned fileNo, VUnsigned size) throws eu.javaexperience.nativ.posix.PosixErrnoException
eu.javaexperience.nativ.posix.PosixErrnoException
Copyright © 2020. All rights reserved.