| Package | Description | 
|---|---|
| org.springframework.boot.loader.data | 
 Classes and interfaces to allows random access to a block of data. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RandomAccessDataFile
RandomAccessData implementation backed by a RandomAccessFile. | 
| Modifier and Type | Method and Description | 
|---|---|
RandomAccessData | 
RandomAccessDataFile.getSubsection(long offset,
             long length)  | 
RandomAccessData | 
RandomAccessData.getSubsection(long offset,
             long length)
Returns a new  
RandomAccessData for a specific subsection of this data. |