Package com.oracle.bmc.io.internal
-
Class Summary Class Description KeepOpenInputStream A wrapper around anInputStream
that turns the close method into a no-op, and requires the calling of the doClose method instead.ResettableFileInputStream A wrapper around aFileInputStream
that provides mark-and-reset capabilities.WrappedByteArrayInputStream Basic extension toByteArrayInputStream
that lets you create duplicate streams from the same underlying byte buffer.WrappedFileInputStream Simple wrapper over FileInputStream that also exposes the File used to create the stream.