Java org.springframework.core.io AbstractResource fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core.io AbstractResource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core.io AbstractResource.

The text is from its open source code.

Subclass

org.springframework.core.io.AbstractResource has subclasses.
Click this link to see all its subclasses.

Constructor

Method

booleanexists()
This implementation checks whether a File can be opened, falling back to whether an InputStream can be opened.
StringgetFilename()
This implementation always returns null , assuming that this resource type does not have a filename.
InputStreamgetInputStream()
Return an InputStream for the content of an underlying resource.