Interface FMFileAccess.FileAccessor
- All Known Implementing Classes:
FMFileAccessController.FileAccessorFileChannel, FMFileAccessController.FileAccessorRAF
- Enclosing interface:
FMFileAccess
public static interface FMFileAccess.FileAccessor
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()longlongvoidsetLength(long len) voidsetPosition(long pos) voidwrite(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()
-