String constructor

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

String constructor

Hugo <Nabble>
I have a piece of code like this:
import "java.lang.String"
import "fschmidt.util.java.IoUtils"
...
bytes = IoUtils.readAll(input)
message = String.new(bytes)
...
The String constructor isn't recognized. Why?
Reply | Threaded
Open this post in threaded view
|

Re: String constructor

fschmidt
Administrator
This post was updated on .
fixed in rev 213, nabble rev 11717
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: String constructor

Hugo <Nabble>
Thanks, closing thread.