Package | Description |
---|---|
org.springframework.boot.loader.data |
Classes and interfaces to allows random access to a block of data.
|
Modifier and Type | Method and Description |
---|---|
static RandomAccessData.ResourceAccess |
RandomAccessData.ResourceAccess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RandomAccessData.ResourceAccess[] |
RandomAccessData.ResourceAccess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
RandomAccessDataFile.getInputStream(RandomAccessData.ResourceAccess access) |
InputStream |
RandomAccessData.getInputStream(RandomAccessData.ResourceAccess access)
Returns an
InputStream that can be used to read the underlying data. |
InputStream |
ByteArrayRandomAccessData.getInputStream(RandomAccessData.ResourceAccess access) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.