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

getInputStream

open fun getInputStream(): InputStream

This implementation opens a InputStream for the underlying file.

See Also
java.nio.file.spi.FileSystemProvider#newInputStream(Path, OpenOption...)