All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zving.preloader.zip.CentralDirectoryParsingZipExtraField Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package com.zving.preloader.zip;

import java.util.zip.ZipException;

public abstract interface CentralDirectoryParsingZipExtraField
  extends ZipExtraField
{
  public abstract void parseFromCentralDirectoryData(byte[] paramArrayOfByte, int paramInt1, int paramInt2)
    throws ZipException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy