Uses of Class
software.amazon.awssdk.core.io.ResettableInputStream
Packages that use ResettableInputStream
-
Uses of ResettableInputStream in software.amazon.awssdk.core.io
Methods in software.amazon.awssdk.core.io that return ResettableInputStreamModifier and TypeMethodDescriptionstatic ResettableInputStreamResettableInputStream.newResettableInputStream(File file) Convenient factory method to construct a new resettable input stream for the given file, converting any IOException into SdkClientException.static ResettableInputStreamResettableInputStream.newResettableInputStream(FileInputStream fis) Convenient factory method to construct a new resettable input stream for the given file input stream, converting any IOException into SdkClientException.static ResettableInputStreamResettableInputStream.newResettableInputStream(FileInputStream fis, String errmsg) Convenient factory method to construct a new resettable input stream for the given file input stream, converting any IOException into SdkClientException with the given error message.static ResettableInputStreamResettableInputStream.newResettableInputStream(File file, String errmsg) Convenient factory method to construct a new resettable input stream for the given file, converting any IOException into SdkClientException with the given error message.