view core/src/luan/modules/Binary.luan @ 497:55f9f74f1e55

Http.request is now pure luan
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 17 May 2015 19:25:47 -0600
parents cbb94a7c7a9e
children 92c3d22745b8
line wrap: on
line source

java()
local BinaryLuan = require "java:luan.modules.BinaryLuan"

byte = BinaryLuan.byte_
binary = BinaryLuan.binary
to_string = BinaryLuan.to_string