Re: iostream wrappers

2000-05-13 Thread Mo DeJong
Your best bet is to take a look at the Gnu Java project. They provide a Native C++ interface called CNI that would really help you out. http://sourceware.cygnus.com/java/ http://sourceware.cygnus.com/java/papers/cni/t1.html Mo Dejong Red Hat Inc. On Sat, 13 May 2000, Matthias Pfisterer wrote:

iostream wrappers

2000-05-13 Thread Matthias Pfisterer
Hi, I need to wrap C++ classes istream and ostream of the GNU libstc++ with Java classes, so that a C++ library can for example read from an istream that maps to an InputStream on the Java side. Has anybody done this before? Are there existing implementations? Thanks in advance, Matthias -- Ma