| |
|
| java.lang.Object org.netbeans.Archive
Archive | class Archive implements Stamps.Updater(Code) | | A shared startup-needed resource archive.
File format of the archive:
[Header]
([Source entry]|[File entry])*
Header:
8B [Magic]
8B [timestamp]
Source entry (describes a data source for following entries):
1B 0x01 type identifier
xB id utf8 String identifier of the source (file name)
File entry (keeps content of a file with name and source ref):
1B 0x02 type identifier (0x03 for general)
2B src number of the source (sources are counted in file from 0)
4B len length of the data (or -1 for no such file for source)
xB name utf8 String name of the file
lenB data file content
Utf8 string
2B len length of the following String in bytes
lenB data utf8 encoded string
author: nenik |
Archive | Archive(Stamps cache)(Code) | | Creates a new instance of Archive that reads data from given cache
|
cacheReady | public void cacheReady()(Code) | | |
isActive | final boolean isActive()(Code) | | |
stopGathering | public void stopGathering()(Code) | | |
stopServing | public void stopServing()(Code) | | |
|
|
|