[RFC] netx: minor fixes to XJNLPRandomAccessFile
Omair Majid
omajid at redhat.com
Thu Jul 29 12:37:18 PDT 2010
Hi,
The attached patch makes the JNLPRandomAccessFile interface extend
java.io.DataInput and java.io.DataOutput as stated in the Javadocs[1].
It also makes the constructor throw IOExceptions instead of swallowing
them (the constructor is only called from
XFileContents.getRandomAccessFile() which declares that it can throw
IOExceptions).
Any objections to committing the patch?
Cheers,
Omair
[1]
http://download-llnw.oracle.com/javase/1.5.0/docs/guide/javaws/jnlp/javax/jnlp/JNLPRandomAccessFile.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icedtea6-jnlp-random-access-file.patch
Type: text/x-patch
Size: 1561 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20100729/69b14ae7/icedtea6-jnlp-random-access-file.patch
More information about the distro-pkg-dev
mailing list