Posted By: arton Tajima
Date: 2010-11-22 08:20
Summary: Rjb-1.3.4 was released
Project: Ruby Java Bridge

This release's main purpose is argument conversion enhancement for buffers usage..
I add the argument conversion between String and byte[] implicitly and bi-directionally.
ex)
BAIS = Rjb::import('java.io.ByteArrayInputStream')
ba = BAIS.new("\0\x01\x02\x03")
buff = ' '
len = ba.read(buff)
ba.close
p len # => 4
p buff[0, len] # => "\000\001\002\003"

Latest News
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58

 

Forums | Admin

Discussion Forums: rjb-1.3.4-was-released

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post