Instead of using byte[] in read/write meth
Project: | JNode Core |
Component: | Code |
Category: | task |
Priority: | normal |
Assigned: | Fabien D |
Status: | closed |
Jump to:
Description
Instead of using byte[] in read/write method of the file system api's, use the ByteBuffers.
- Login to post comments
#1
The following interface have been refactored to use ByteBuffers : FSFile, BlockDeviceAPI, VMFileHandle
#2