comparison core/src/luan/modules/PickleCon.java @ 189:fb3993431f76

minor git-svn-id: https://luan-java.googlecode.com/svn/trunk@190 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Thu, 26 Jun 2014 16:44:42 +0000
parents 3dcb0f9bee82
children 75750ceb45ee
comparison
equal deleted inserted replaced
188:e132b7a3d94c 189:fb3993431f76
38 ); 38 );
39 } catch(NoSuchMethodException e) { 39 } catch(NoSuchMethodException e) {
40 throw new RuntimeException(e); 40 throw new RuntimeException(e);
41 } 41 }
42 this.ioModule = (LuanTable)luan.loaded().get("Io"); 42 this.ioModule = (LuanTable)luan.loaded().get("Io");
43 env.put("Io",ioModule);
43 44
44 this.out = out; 45 this.out = out;
45 } 46 }
46 47
47 public byte[] _read_binary(int size) throws IOException, LuanException { 48 public byte[] _read_binary(int size) throws IOException, LuanException {