RE: [tcljava-dev] Channel drivers and fconfigure command for Jacl
Brought to you by:
mdejong
From: Johnson, B. A <bru...@me...> - 2001-11-24 03:53:19
|
I'll take a look at it all this weekend. It shouldn't be hard to move the EOL stuff out of Channel. Bruce Bruce A. Johnson, PhD Sr. Research Fellow Merck & Co., Inc. RY80Y-103 PO Box 2000 Rahway, NJ 07065-0900 732 594-3166 (voice) 732 594-2991 (fax) bru...@me... -----Original Message----- From: Mo DeJong [mailto:su...@ba...] Sent: Friday, November 23, 2001 2:55 PM To: tcljava-dev Subject: [tcljava-dev] Channel drivers and fconfigure command for Jacl On Fri, 23 Nov 2001 19:56:41 -0500 "Johnson, Bruce A" <bru...@me...> wrote: > Mo, > > I've uploaded a tar file (modfiles.tar.gz) of the changed java source files > and a text file listing the files and summarizing the changes. You can find > them both by > ftp'ing to www.nmrview.com and looking in /pub/tcljava. > > cheers, This looks great, but I am noticing a couple of problems right off the bat. I just finished up a bunch of work to refactor all of the subclasses of Channel as part of adding the socket command. The current CVS has these changes. Trouble is, your changes are kind of like the ones I made only different. This means we will have to work out how to merge the two in the best way we can. Could you take a look at the current CVS and your code and let me know what you think? I also noticed that you also turned some methods in the Channel class into a concrete implementation instead of an abstract method. One thing I am not sure I like is the way you do the EOL conversion and buffering inside the Channel class. Don't you think it would be easier to create a pair of classes that extend Reader and Writer and provide Tcl style buffering, EOL conversion, and Tcl style encoding names (if needed). let me know what you think Mo _______________________________________________ tcljava-dev mailing list tcl...@li... https://lists.sourceforge.net/lists/listinfo/tcljava-dev |