|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileQueue | |
|---|---|
| com.izforge.izpack.installer.multiunpacker | |
| com.izforge.izpack.installer.unpacker | |
| Uses of FileQueue in com.izforge.izpack.installer.multiunpacker |
|---|
| Methods in com.izforge.izpack.installer.multiunpacker with parameters of type FileQueue | |
|---|---|
protected FileUnpacker |
MultiVolumeUnpacker.createFileUnpacker(PackFile file,
Pack pack,
FileQueue queue,
Cancellable cancellable)
Creates an unpacker to unpack a pack file. |
| Constructors in com.izforge.izpack.installer.multiunpacker with parameters of type FileQueue | |
|---|---|
MultiVolumeFileUnpacker(FileSpanningInputStream volumes,
Cancellable cancellable,
FileQueue queue)
Constructs a MultiVolumeFileUnpacker. |
|
| Uses of FileQueue in com.izforge.izpack.installer.unpacker |
|---|
| Methods in com.izforge.izpack.installer.unpacker that return FileQueue | |
|---|---|
FileQueue |
FileQueueFactory.create()
Creates a new FileQueue. |
| Methods in com.izforge.izpack.installer.unpacker with parameters of type FileQueue | |
|---|---|
protected FileUnpacker |
UnpackerBase.createFileUnpacker(PackFile file,
Pack pack,
FileQueue queue,
Cancellable cancellable)
Creates an unpacker to unpack a pack file. |
protected void |
UnpackerBase.extract(PackFile packFile,
File target,
InputStream packInputStream,
Pack pack,
FileQueue queue)
Extracts a pack file. |
protected void |
UnpackerBase.postUnpack(List<Pack> packs,
FileQueue queue)
Invoked after each pack has been unpacked. |
protected void |
UnpackerBase.unpack(List<PackInfo> packs,
FileQueue queue)
Unpacks the selected packs. |
protected void |
UnpackerBase.unpack(PackFile packFile,
InputStream packInputStream,
int fileNo,
Pack pack,
FileQueue queue)
Unpacks a pack file. |
protected void |
UnpackerBase.unpack(PackInfo packInfo,
int packNo,
FileQueue queue,
List<ParsableFile> parsables,
List<ExecutableFile> executables,
List<UpdateCheck> updateChecks)
Unpacks a pack. |
| Constructors in com.izforge.izpack.installer.unpacker with parameters of type FileQueue | |
|---|---|
CompressedFileUnpacker(Cancellable cancellable,
FileQueue queue,
PackCompression compressionFormat)
Constructs a CompressedFileUnpacker. |
|
DefaultFileUnpacker(Cancellable cancellable,
FileQueue queue)
Constructs a DefaultFileUnpacker. |
|
FileUnpacker(Cancellable cancellable,
FileQueue queue)
Constructs a FileUnpacker. |
|
LooseFileUnpacker(Cancellable cancellable,
FileQueue queue,
Prompt prompt)
Constructs a LooseFileUnpacker. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||