mdbs99 / james

James is a collection of object-oriented Pascal primitives for Lazarus and Delphi
MIT License
53 stars 20 forks source link

Rename `TFile` to `TDataFile` #82

Closed mdbs99 closed 6 years ago

mdbs99 commented 6 years ago

Move and rename IFile and TFile in james.io.* to IDataFile and TDataFile in (new) JamesData*, respectively.

mdbs99 commented 6 years ago

Rename TFileAsStream to TDataFileStream as well.