Base64
doodle.core.Base64
Wrapper class for storing base-64 encoded bitmap data along with the format of that bitmap.
E.g. val pngData = Base64[Png]("data here ...") represents a base-64 bitmap in Png format.
Attributes
- Source:
- Base64.scala
- Graph
- Supertypes