Interface FMFileAccess.FileAccessor
- All Known Implementing Classes:
FMFileAccessController.FileAccessorFileChannel
,FMFileAccessController.FileAccessorRAF
- Enclosing interface:
- FMFileAccess
public static interface FMFileAccess.FileAccessor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
long
long
void
setLength
(long len) void
setPosition
(long pos) void
write
(int b)
-
Method Details
-
getChannel
FileChannel getChannel() -
getLength
- Throws:
IOException
-
setLength
- Throws:
IOException
-
getPosition
- Throws:
IOException
-
setPosition
- Throws:
IOException
-
write
- Throws:
IOException
-
close
- Throws:
IOException
-
getString
String getString()
-