If the file mapped into this buffer resides on a local storage device then when this method returns it is guaranteed that all changes made to the buffer since it was created, or since this method was last invoked, will have been written to that device.
If the file does not reside on a local device then no such guarantee is made.
If this buffer was not mapped in read/write mode ( {@link java.nio.channels.FileChannel.MapMode#READ_WRITE}) then invoking this method has no effect.
@return This buffer
|
|