Package com.oracle.bmc.http.client.jersey3.io.internal
-
Class Summary Class Description AutoCloseableContentLengthVerifyingInputStream A wrapper over anInputStreamwhose length is known, which verifies that the length of the wrapped stream matches its known length and auto-closes the stream once the content length bytes of the stream have been read.ContentLengthVerifyingInputStream A wrapper over anInputStreamwhose length is known, which verifies that the length of the wrapped stream matches its known length.LengthLimitedInputStream A wrapper over anFilterInputStreamwhich limits the reads of data from the input stream up to a specified length that is shorter than the actual length of the stream.