virtual bool ChangeSize(int newSize) = 0;
ChangeSize resizes the size of the file , returns 0 for failure.
A Boolean value of 1 if file size is changed, otherwise 0.