Class: Wiris::Base64
- Inherits:
-
Object
- Object
- Wiris::Base64
- Defined in:
- lib/src-generic/Base64.rb
Instance Method Summary collapse
- #decodeBytes(b) ⇒ Object
- #encodeBytes(b) ⇒ Object
-
#initialize ⇒ Base64
constructor
A new instance of Base64.
Constructor Details
#initialize ⇒ Base64
Returns a new instance of Base64.
5 6 |
# File 'lib/src-generic/Base64.rb', line 5 def initialize() end |
Instance Method Details
#decodeBytes(b) ⇒ Object
12 13 |
# File 'lib/src-generic/Base64.rb', line 12 def decodeBytes(b) end |