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 |
RandomAccessData.getSubsection(long offset,
long length)
Returns a new
RandomAccessData for a specific subsection of this data. |
RandomAccessData |
RandomAccessDataFile.getSubsection(long offset,
long length) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.