comparison core/src/luan/modules/Binary.luan @ 360:cbb94a7c7a9e

allow mail attachments; add String.to_binary and Binary.to_string;
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 15 Apr 2015 11:32:30 -0600
parents 7f7708e8fdd4
children 92c3d22745b8
comparison
equal deleted inserted replaced
359:8848edb0e6bf 360:cbb94a7c7a9e
1 java() 1 java()
2 local BinaryLuan = require "java:luan.modules.BinaryLuan" 2 local BinaryLuan = require "java:luan.modules.BinaryLuan"
3 3
4 byte = BinaryLuan.byte_ 4 byte = BinaryLuan.byte_
5 binary = BinaryLuan.binary 5 binary = BinaryLuan.binary
6 to_string = BinaryLuan.to_string