Uses of Class
net.lingala.zip4j.util.RawIO
Packages that use RawIO
-
Uses of RawIO in net.lingala.zip4j.headers
Methods in net.lingala.zip4j.headers with parameters of type RawIOModifier and TypeMethodDescriptionFileHeaderFactory.generateFileHeader(ZipParameters zipParameters, boolean isSplitZip, int currentDiskNumberStart, Charset charset, RawIO rawIO) -
Uses of RawIO in net.lingala.zip4j.tasks
Constructors in net.lingala.zip4j.tasks with parameters of type RawIOModifierConstructorDescriptionRenameFilesTask(ZipModel zipModel, HeaderWriter headerWriter, RawIO rawIO, AsyncZipTask.AsyncTaskParameters asyncTaskParameters) -
Uses of RawIO in net.lingala.zip4j.util
Methods in net.lingala.zip4j.util with parameters of type RawIOModifier and TypeMethodDescriptionstatic intZipVersionUtils.determineVersionMadeBy(ZipParameters zipParameters, RawIO rawIO)