Represents an archive within the Cache
.
An archive contains varied amounts of ArchiveSector
s which contain compressed file system data.
- Author
- Ryley Kimmel ryley.nosp@m..kim.nosp@m.mel@l.nosp@m.ive..nosp@m.com
Definition at line 59 of file Archive.java.
◆ decode()
Archive com.osroyale.fs.cache.archive.Archive.decode |
( |
ByteBuffer | data | ) |
throws IOException |
|
inlinestatic |
Decodes the data within this Archive
.
- Parameters
-
data | The encoded data within this archive. |
- Returns
- Returns an
Archive
with the decoded data, never
null
.
- Exceptions
-
IOException | If some I/O exception occurs. |
Definition at line 82 of file Archive.java.
◆ getData()
ByteBuffer com.osroyale.fs.cache.archive.Archive.getData |
( |
String | name | ) |
|
|
inline |
The documentation for this class was generated from the following file: