| Package | Description |
|---|---|
| io.joshworks.snappy.loader.data |
Classes and interfaces to allows random access to a block of data.
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
InputStream |
ByteArrayRandomAccessData.getInputStream(RandomAccessData.ResourceAccess access) |
|
InputStream |
RandomAccessData.getInputStream(RandomAccessData.ResourceAccess access) |
Returns an
InputStream that can be used to read the underlying data. |
InputStream |
RandomAccessDataFile.getInputStream(RandomAccessData.ResourceAccess access) |
Copyright © 2018. All rights reserved.