RFR 8144355: JDK 9 changes to ZipFileSystem to support multi-release jar files

Steve Drach steve.drach at oracle.com
Mon Dec 14 20:05:55 UTC 2015


>>> (2) For JarFileSystem.isMultiReleaseJar(), the alternative is to use the public api directly
>>> 
>>>     try (InputStream is = getInputStream(getBytes("META-INF/MANIFEST.MF"))) {
>> 
>> I can’t seem to find a getInputStream(byte[]).  I only see a getInputStream(Entry).  Are we looking at the same code?
>> 
> 
> My apology. I meant "newInputStream(byte[])”

I see it now.  Thanks.



More information about the nio-dev mailing list