Re: LittleEndian in DataInputStream

2015-08-31 Thread Roger Riggs
Hi Sergey, In case this did not get answered... DataInputStream has a specified encoding of the primitive types. There are no plans modify its specificaiton. If you need buffers with byte ordering control, see java.nio.ByteBuffer

WebSocket client API

2015-08-31 Thread Pavel Rappo
Hi, If anybody is interested in discussing WebSocket client API proposed for JDK 9, you could participate on net-dev mailing list here: http://mail.openjdk.java.net/pipermail/net-dev/2015-August/009077.html I'd be happy to gather as much feedback on it as possible. Thanks. -Pavel

Re: Cache which java classes are in a jar when opening jar the first time during classloading

2015-08-31 Thread Alan Bateman
On 31/08/2015 04:02, Jonathan Yu wrote: Hi Adrian, It's possible for jar files to be modified while the JVM is running - is there some facility for detecting that an archive was modified and thus invalidating the cache? Modifying a JAR file that is in use leads to unpredictable behavior and