(package private) static BoundedInputStream |
Pack200UnpackerAdapter.newBoundedInputStream(java.io.File file) |
Creates a new BoundedInputStream bound by the size of the given file.
|
private static BoundedInputStream |
Pack200UnpackerAdapter.newBoundedInputStream(java.io.FileInputStream fileInputStream) |
|
(package private) static BoundedInputStream |
Pack200UnpackerAdapter.newBoundedInputStream(java.io.InputStream inputStream) |
|
(package private) static BoundedInputStream |
Pack200UnpackerAdapter.newBoundedInputStream(java.lang.String first,
java.lang.String... more) |
Creates a new BoundedInputStream bound by the size of the given file.
|
(package private) static BoundedInputStream |
Pack200UnpackerAdapter.newBoundedInputStream(java.net.URL url) |
Creates a new BoundedInputStream bound by the size of the given URL to a file.
|
(package private) static BoundedInputStream |
Pack200UnpackerAdapter.newBoundedInputStream(java.nio.file.Path path) |
Creates a new BoundedInputStream bound by the size of the given path.
|