Uses of Class
kala.compress.utils.BoundedInputStream
Packages that use BoundedInputStream
-
Uses of BoundedInputStream in kala.compress.harmony.unpack200
Fields in kala.compress.harmony.unpack200 declared as BoundedInputStreamMethods in kala.compress.harmony.unpack200 that return BoundedInputStreamModifier and TypeMethodDescription(package private) static BoundedInputStreamPack200UnpackerAdapter.newBoundedInputStream(File file) Creates a new BoundedInputStream bound by the size of the given file.private static BoundedInputStreamPack200UnpackerAdapter.newBoundedInputStream(FileInputStream fileInputStream) (package private) static BoundedInputStreamPack200UnpackerAdapter.newBoundedInputStream(InputStream inputStream) (package private) static BoundedInputStreamPack200UnpackerAdapter.newBoundedInputStream(String first, String... more) Creates a new BoundedInputStream bound by the size of the given file.(package private) static BoundedInputStreamPack200UnpackerAdapter.newBoundedInputStream(URL url) Creates a new BoundedInputStream bound by the size of the given URL to a file.(package private) static BoundedInputStreamPack200UnpackerAdapter.newBoundedInputStream(Path path) Creates a new BoundedInputStream bound by the size of the given path.