public static class SharedInputStream extends Object
Note that implementations of this interface must ensure that the
close
method does not close any underlying stream
that might be shared by multiple instances of SharedInputStream
until all shared instances have been closed.
Copyright © 2018 Oracle. All rights reserved.