mdbs99 / james

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

Rename TStreamBase64 to TBase64Stream #11

Closed mdbs99 closed 7 years ago

mdbs99 commented 7 years ago

Rename TStreamBase64 to TBase64Stream and put it into a new unit called James.Crypto.Base64 which will implements IDataStream.

mdbs99 commented 7 years ago

A better namespace could be James.Format.Base64 as it already proposed in #14.