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 |
ByteArrayRandomAccessData
RandomAccessData implementation backed by a byte array. |
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. |
RandomAccessData |
ByteArrayRandomAccessData.getSubsection(long offset,
long length) |
Modifier and Type | Method and Description |
---|---|
RandomAccessData |
JarEntryData.getData()
Return the underlying
RandomAccessData for this entry. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.