|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RandomAccessData | |
|---|---|
| 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. |
| Uses of RandomAccessData in org.springframework.boot.loader.data |
|---|
| Classes in org.springframework.boot.loader.data that implement RandomAccessData | |
|---|---|
class |
RandomAccessDataFile
RandomAccessData implementation backed by a RandomAccessFile. |
| Methods in org.springframework.boot.loader.data that return RandomAccessData | |
|---|---|
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)
|
| Uses of RandomAccessData in org.springframework.boot.loader.jar |
|---|
| Methods in org.springframework.boot.loader.jar that return RandomAccessData | |
|---|---|
RandomAccessData |
RandomAccessDataZipEntry.getData()
Returns the RandomAccessData for this entry. |
| Constructors in org.springframework.boot.loader.jar with parameters of type RandomAccessData | |
|---|---|
RandomAccessDataZipEntry(ZipEntry entry,
RandomAccessData data)
Create new RandomAccessDataZipEntry instance. |
|
RandomAccessDataZipInputStream(RandomAccessData data)
Create a new RandomAccessData instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||