Wednesday, September 28, 2011

java.io, java.nio for GWT

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk6C/EAACgkQf9E0noFvlzhtFQCfWY2T1qJXk7PgRXOjkI5/HI2t
wHUAn2P4LrhqZlW40MhL2RwgOTSJdMjr
=ZRe4
-----END PGP SIGNATURE-----
Hello,

I've just released a library that, among other things, contains
reasonable implementations of big chunks of java.io and java.nio:

http://www.cowlark.com/cowj/

What you get is InputStreams, OutputStreams, Readers, Writers, Buffers,
Charset and a handful of charset codecs, and assorted other stuff. The
code's all ripped off from Apache Harmony.

Also included is a port of Mime4J from Apache James (which is the reason
I needed the java.io, java.nio emulation), plus a port of the AGG
lightweight software renderer, so allowing you to draw off-screen vector
graphics (with subpixel antialiasing and full alphablending no less).

This was all in aid of a project that is now defunct; hopefully it's
useful to someone. I know people ask about java.io and java.nio
frequently. It's all Apache 2.0 licensed.

--
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│ "I have always wished for my computer to be as easy to use as my
│ telephone; my wish has come true because I can no longer figure out
│ how to use my telephone." --- Bjarne Stroustrup

No comments:

Post a Comment