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

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

Introduction

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

The text is from its open source code.

Method

longgetCount()
Return the byte count of this region in the underlying Resource .
longgetPosition()
Return the start position of this region in the underlying Resource .
ResourcegetResource()
Return the underlying Resource for this ResourceRegion .