corda/classpath/java
Joel Dice c1c9d2111b remove GNU Classpath and Apache Harmony compatibility code
Rather than try to support mixing Avian's core classes with those of
an external class library -- which necessitates adding a lot of stub
methods which throw UnsupportedOperationExceptions, among other
comprimises -- we're looking to support such external class libraries
in their unmodified forms.  The latter strategy has already proven
successful with OpenJDK's class library.  Thus, this commit removes
the stub methods, etc., which not only cleans up the code but avoids
misleading application developers as to what classes and methods
Avian's built-in class library supports.
2010-09-27 15:58:02 -06:00
..
io Keep reading in BufferedInputStream.read until in.available() <= 0 2010-09-17 16:08:42 -06:00
lang remove GNU Classpath and Apache Harmony compatibility code 2010-09-27 15:58:02 -06:00
net switch from gethostbyname to getaddrinfo on POSIX systems 2010-06-14 16:09:56 -06:00
nio add java.nio.channels.Channels implementation 2010-07-13 18:03:25 -06:00
security add AccessControlException 2009-08-24 16:40:25 -06:00
text prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
util remove GNU Classpath and Apache Harmony compatibility code 2010-09-27 15:58:02 -06:00