spring-framework / org.springframework.core.io / ByteArrayResource / getInputStream

getInputStream

open fun getInputStream(): InputStream

This implementation returns a ByteArrayInputStream for the underlying byte array.

See Also
java.io.ByteArrayInputStream