Uses of Class
software.amazon.awssdk.core.io.ReleasableInputStream
-
Packages that use ReleasableInputStream Package Description software.amazon.awssdk.core.io -
-
Uses of ReleasableInputStream in software.amazon.awssdk.core.io
Subclasses of ReleasableInputStream in software.amazon.awssdk.core.io Modifier and Type Class Description classResettableInputStreamA mark-and-resettable input stream that can be used on files or file input streams.Methods in software.amazon.awssdk.core.io with type parameters of type ReleasableInputStream Modifier and Type Method Description <T extends ReleasableInputStream>
TReleasableInputStream. disableClose()Used to disable the close method.Methods in software.amazon.awssdk.core.io that return ReleasableInputStream Modifier and Type Method Description static ReleasableInputStreamReleasableInputStream. wrap(InputStream is)Wraps the given input stream into aReleasableInputStreamif necessary.
-