Re: [tcljava-dev] Fconfigure
Brought to you by:
mdejong
From: Mo D. <md...@cy...> - 2001-02-02 17:58:37
|
On Fri, 2 Feb 2001, Johnson, Bruce wrote: > Hi All, > > I just added the ability to read and write binary data (activating > fconfigure's binary argument, adding a read and write binary (to & from > TclByteArray objects) to Channel, FileChannel and StdChannel). Cool. > Before I did any more work on this I wanted to make sure no one > else is currently working on it ( I need to get this working > quickly for my own use). If not I may plug away at some of > the other fconfigure modes. > > Bruce Nobody else is working on it. I would really like to get Tcl file IO working before doing a 1.3 release of Jacl. The basics are not that hard, but they would take some time to implement properly. The reall tricky bit is the fileevent API. It would need to be implemented like the fileevent impl under Windows since Java does not support async IO. Do you want to take over as the "owner" of this SF task id? http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=20698&group_id=13005&group_project_id=4999 Mo DeJong Red Hat Inc |