A B C D E G M O P S U V Z

A

AchiverAbstractZIPImpl - Class in pl.koziolekweb.programmers.zip
Abstrakcyjna klasa do obsługi archiwizacji za pomocą ZIP.
AchiverAbstractZIPImpl() - Constructor for class pl.koziolekweb.programmers.zip.AchiverAbstractZIPImpl
 
archive(File, File) - Method in class pl.koziolekweb.programmers.zip.AchiverAbstractZIPImpl
 
archive(File, File) - Method in interface pl.koziolekweb.programmers.zip.Archiver
Tworzy archiwum z pliku lub folderu podanego w parametrze source w pliku podanym w parametrze target.
archive(File, File) - Method in class pl.koziolekweb.programmers.zip.ArchiverImpl
 
Archiver - Interface in pl.koziolekweb.programmers.zip
Interfejs klasy archiwizującej.
ArchiverFactory - Class in pl.koziolekweb.programmers.zip
Dostarcza różnych archiwizatorów.
ArchiverFactory() - Constructor for class pl.koziolekweb.programmers.zip.ArchiverFactory
 
ArchiverFactory.TYPE - Enum in pl.koziolekweb.programmers.zip
Dostępne rodzaje archiwizatorów.
ArchiverFactory.ZIP_TYPE - Enum in pl.koziolekweb.programmers.zip
 
ArchiverImpl - Class in pl.koziolekweb.programmers.zip
Klasa tworzy archiwum za pomocą algorytmu ZIP.
ArchiverImpl() - Constructor for class pl.koziolekweb.programmers.zip.ArchiverImpl
Uzywany jest domyślny poziom kompresji (5)
ArchiverImpl(ArchiverImpl.LEVEL) - Constructor for class pl.koziolekweb.programmers.zip.ArchiverImpl
Używany jest wskazany poziom kompresji.
ArchiverImpl.LEVEL - Enum in pl.koziolekweb.programmers.zip
Poziom kompresji.

B

basePath - Variable in class pl.koziolekweb.programmers.zip.AchiverAbstractZIPImpl
 
BUFFER - Static variable in class pl.koziolekweb.programmers.zip.AchiverAbstractZIPImpl
 

C

compresionLevel - Variable in class pl.koziolekweb.programmers.zip.AchiverAbstractZIPImpl
 

D

dest - Variable in class pl.koziolekweb.programmers.zip.AchiverAbstractZIPImpl
 

E

entryStream - Variable in class pl.koziolekweb.programmers.zip.AchiverAbstractZIPImpl
 

G

getArchiver(ArchiverFactory.TYPE) - Static method in class pl.koziolekweb.programmers.zip.ArchiverFactory
Dostracza domyślną implementację wskazanego archiwizatora.
getZipArchiver(ArchiverFactory.ZIP_TYPE, ZipArchiver.LEVEL) - Static method in class pl.koziolekweb.programmers.zip.ArchiverFactory
Dostarcza różne implementacje kompresji ZIP.

M

makeStreams(File) - Method in class pl.koziolekweb.programmers.zip.AchiverAbstractZIPImpl
Konfiguruje strumienie.
message - Variable in class pl.koziolekweb.programmers.zip.AchiverAbstractZIPImpl
 

O

out - Variable in class pl.koziolekweb.programmers.zip.AchiverAbstractZIPImpl
 

P

pl.koziolekweb.programmers.zip - package pl.koziolekweb.programmers.zip
 

S

setComment(String) - Method in class pl.koziolekweb.programmers.zip.AchiverAbstractZIPImpl
 
setComment(String) - Method in interface pl.koziolekweb.programmers.zip.ZipArchiver
Metoda pozwala na dodanie komentarza do archiwum.

U

unarchive(File, File) - Method in interface pl.koziolekweb.programmers.zip.Unarchiver
Rozpakowuje source do target.
unarchive(File, File) - Method in class pl.koziolekweb.programmers.zip.UnarchiverZip
 
Unarchiver - Interface in pl.koziolekweb.programmers.zip
Interfejz dla algorytmów rozpakowujacych.
UnarchiverZip - Class in pl.koziolekweb.programmers.zip
Klasa rozpakowuje pliki ZIP.
UnarchiverZip() - Constructor for class pl.koziolekweb.programmers.zip.UnarchiverZip
 

V

valueOf(String) - Static method in enum pl.koziolekweb.programmers.zip.ArchiverFactory.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.koziolekweb.programmers.zip.ArchiverFactory.ZIP_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.koziolekweb.programmers.zip.ArchiverImpl.LEVEL
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.koziolekweb.programmers.zip.ZipArchiver.LEVEL
Returns the enum constant of this type with the specified name.
values() - Static method in enum pl.koziolekweb.programmers.zip.ArchiverFactory.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.koziolekweb.programmers.zip.ArchiverFactory.ZIP_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.koziolekweb.programmers.zip.ArchiverImpl.LEVEL
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.koziolekweb.programmers.zip.ZipArchiver.LEVEL
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZipArchiver - Interface in pl.koziolekweb.programmers.zip
Interfejs dla archiwmum ZIP.
ZipArchiver.LEVEL - Enum in pl.koziolekweb.programmers.zip
Poziom kompresji.

A B C D E G M O P S U V Z

Copyright © 2009. All Rights Reserved.