| Package | Description |
|---|---|
| org.springframework.boot.loader.data |
Classes and interfaces to allows random access to a block of data.
|
| org.springframework.boot.loader.jar |
Support for loading and manipulating JAR/WAR files.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
RandomAccessData |
RandomAccessDataZipEntry.getData()
Returns the
RandomAccessData for this entry. |
| Constructor and Description |
|---|
RandomAccessDataZipEntry(ZipEntry entry,
RandomAccessData data)
Create new
RandomAccessDataZipEntry instance. |
RandomAccessDataZipInputStream(RandomAccessData data)
Create a new
RandomAccessData instance. |
Copyright © 2013. All rights reserved.