Instead of using byte[] in read/write meth

Project:JNode Core
Component:Code
Category:task
Priority:normal
Assigned:Fabien D
Status:closed
Description

Instead of using byte[] in read/write method of the file system api's, use the ByteBuffers.

#1

The following interface have been refactored to use ByteBuffers : FSFile, BlockDeviceAPI, VMFileHandle

#2