mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
finilize tests
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
// Generated automatically from com.github.luben.zstd.BufferPool for testing purposes
|
||||
|
||||
package com.github.luben.zstd;
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
|
||||
public interface BufferPool
|
||||
{
|
||||
ByteBuffer get(int p0);
|
||||
void release(ByteBuffer p0);
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.headers.HeaderSignature for testing purposes
|
||||
|
||||
package net.lingala.zip4j.headers;
|
||||
|
||||
|
||||
public enum HeaderSignature
|
||||
{
|
||||
AES_EXTRA_DATA_RECORD, ARCEXTDATREC, CENTRAL_DIRECTORY, DIGITAL_SIGNATURE, END_OF_CENTRAL_DIRECTORY, EXTRA_DATA_RECORD, LOCAL_FILE_HEADER, SPLIT_ZIP, TEMPORARY_SPANNING_MARKER, ZIP64_END_CENTRAL_DIRECTORY_LOCATOR, ZIP64_END_CENTRAL_DIRECTORY_RECORD, ZIP64_EXTRA_FIELD_SIGNATURE;
|
||||
private HeaderSignature() {}
|
||||
public long getValue(){ return 0; }
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.io.inputstream.ZipInputStream for testing purposes
|
||||
|
||||
package net.lingala.zip4j.io.inputstream;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.nio.charset.Charset;
|
||||
import net.lingala.zip4j.model.FileHeader;
|
||||
import net.lingala.zip4j.model.LocalFileHeader;
|
||||
import net.lingala.zip4j.model.Zip4jConfig;
|
||||
import net.lingala.zip4j.util.PasswordCallback;
|
||||
|
||||
public class ZipInputStream extends InputStream
|
||||
{
|
||||
protected ZipInputStream() {}
|
||||
public LocalFileHeader getNextEntry(){ return null; }
|
||||
public LocalFileHeader getNextEntry(FileHeader p0, boolean p1){ return null; }
|
||||
public ZipInputStream(InputStream p0){}
|
||||
public ZipInputStream(InputStream p0, Charset p1){}
|
||||
public ZipInputStream(InputStream p0, PasswordCallback p1){}
|
||||
public ZipInputStream(InputStream p0, PasswordCallback p1, Charset p2){}
|
||||
public ZipInputStream(InputStream p0, PasswordCallback p1, Zip4jConfig p2){}
|
||||
public ZipInputStream(InputStream p0, char[] p1){}
|
||||
public ZipInputStream(InputStream p0, char[] p1, Charset p2){}
|
||||
public ZipInputStream(InputStream p0, char[] p1, Zip4jConfig p2){}
|
||||
public int available(){ return 0; }
|
||||
public int read(){ return 0; }
|
||||
public int read(byte[] p0){ return 0; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public void close(){}
|
||||
public void setPassword(char[] p0){}
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.model.AESExtraDataRecord for testing purposes
|
||||
|
||||
package net.lingala.zip4j.model;
|
||||
|
||||
import net.lingala.zip4j.model.ZipHeader;
|
||||
import net.lingala.zip4j.model.enums.AesKeyStrength;
|
||||
import net.lingala.zip4j.model.enums.AesVersion;
|
||||
import net.lingala.zip4j.model.enums.CompressionMethod;
|
||||
|
||||
public class AESExtraDataRecord extends ZipHeader
|
||||
{
|
||||
public AESExtraDataRecord(){}
|
||||
public AesKeyStrength getAesKeyStrength(){ return null; }
|
||||
public AesVersion getAesVersion(){ return null; }
|
||||
public CompressionMethod getCompressionMethod(){ return null; }
|
||||
public String getVendorID(){ return null; }
|
||||
public int getDataSize(){ return 0; }
|
||||
public void setAesKeyStrength(AesKeyStrength p0){}
|
||||
public void setAesVersion(AesVersion p0){}
|
||||
public void setCompressionMethod(CompressionMethod p0){}
|
||||
public void setDataSize(int p0){}
|
||||
public void setVendorID(String p0){}
|
||||
}
|
||||
@@ -1,54 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.model.AbstractFileHeader for testing purposes
|
||||
|
||||
package net.lingala.zip4j.model;
|
||||
|
||||
import java.util.List;
|
||||
import net.lingala.zip4j.model.AESExtraDataRecord;
|
||||
import net.lingala.zip4j.model.ExtraDataRecord;
|
||||
import net.lingala.zip4j.model.Zip64ExtendedInfo;
|
||||
import net.lingala.zip4j.model.ZipHeader;
|
||||
import net.lingala.zip4j.model.enums.CompressionMethod;
|
||||
import net.lingala.zip4j.model.enums.EncryptionMethod;
|
||||
|
||||
abstract public class AbstractFileHeader extends ZipHeader
|
||||
{
|
||||
public AESExtraDataRecord getAesExtraDataRecord(){ return null; }
|
||||
public AbstractFileHeader(){}
|
||||
public CompressionMethod getCompressionMethod(){ return null; }
|
||||
public EncryptionMethod getEncryptionMethod(){ return null; }
|
||||
public List<ExtraDataRecord> getExtraDataRecords(){ return null; }
|
||||
public String getFileName(){ return null; }
|
||||
public Zip64ExtendedInfo getZip64ExtendedInfo(){ return null; }
|
||||
public boolean equals(Object p0){ return false; }
|
||||
public boolean isDataDescriptorExists(){ return false; }
|
||||
public boolean isDirectory(){ return false; }
|
||||
public boolean isEncrypted(){ return false; }
|
||||
public boolean isFileNameUTF8Encoded(){ return false; }
|
||||
public byte[] getGeneralPurposeFlag(){ return null; }
|
||||
public int getExtraFieldLength(){ return 0; }
|
||||
public int getFileNameLength(){ return 0; }
|
||||
public int getVersionNeededToExtract(){ return 0; }
|
||||
public long getCompressedSize(){ return 0; }
|
||||
public long getCrc(){ return 0; }
|
||||
public long getLastModifiedTime(){ return 0; }
|
||||
public long getLastModifiedTimeEpoch(){ return 0; }
|
||||
public long getUncompressedSize(){ return 0; }
|
||||
public void setAesExtraDataRecord(AESExtraDataRecord p0){}
|
||||
public void setCompressedSize(long p0){}
|
||||
public void setCompressionMethod(CompressionMethod p0){}
|
||||
public void setCrc(long p0){}
|
||||
public void setDataDescriptorExists(boolean p0){}
|
||||
public void setDirectory(boolean p0){}
|
||||
public void setEncrypted(boolean p0){}
|
||||
public void setEncryptionMethod(EncryptionMethod p0){}
|
||||
public void setExtraDataRecords(List<ExtraDataRecord> p0){}
|
||||
public void setExtraFieldLength(int p0){}
|
||||
public void setFileName(String p0){}
|
||||
public void setFileNameLength(int p0){}
|
||||
public void setFileNameUTF8Encoded(boolean p0){}
|
||||
public void setGeneralPurposeFlag(byte[] p0){}
|
||||
public void setLastModifiedTime(long p0){}
|
||||
public void setUncompressedSize(long p0){}
|
||||
public void setVersionNeededToExtract(int p0){}
|
||||
public void setZip64ExtendedInfo(Zip64ExtendedInfo p0){}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.model.ExtraDataRecord for testing purposes
|
||||
|
||||
package net.lingala.zip4j.model;
|
||||
|
||||
import net.lingala.zip4j.model.ZipHeader;
|
||||
|
||||
public class ExtraDataRecord extends ZipHeader
|
||||
{
|
||||
public ExtraDataRecord(){}
|
||||
public byte[] getData(){ return null; }
|
||||
public int getSizeOfData(){ return 0; }
|
||||
public long getHeader(){ return 0; }
|
||||
public void setData(byte[] p0){}
|
||||
public void setHeader(long p0){}
|
||||
public void setSizeOfData(int p0){}
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.model.FileHeader for testing purposes
|
||||
|
||||
package net.lingala.zip4j.model;
|
||||
|
||||
import net.lingala.zip4j.model.AbstractFileHeader;
|
||||
|
||||
public class FileHeader extends AbstractFileHeader
|
||||
{
|
||||
public FileHeader(){}
|
||||
public String getFileComment(){ return null; }
|
||||
public String toString(){ return null; }
|
||||
public boolean equals(Object p0){ return false; }
|
||||
public byte[] getExternalFileAttributes(){ return null; }
|
||||
public byte[] getInternalFileAttributes(){ return null; }
|
||||
public int getDiskNumberStart(){ return 0; }
|
||||
public int getFileCommentLength(){ return 0; }
|
||||
public int getVersionMadeBy(){ return 0; }
|
||||
public int hashCode(){ return 0; }
|
||||
public long getOffsetLocalHeader(){ return 0; }
|
||||
public void setDiskNumberStart(int p0){}
|
||||
public void setExternalFileAttributes(byte[] p0){}
|
||||
public void setFileComment(String p0){}
|
||||
public void setFileCommentLength(int p0){}
|
||||
public void setInternalFileAttributes(byte[] p0){}
|
||||
public void setOffsetLocalHeader(long p0){}
|
||||
public void setVersionMadeBy(int p0){}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.model.LocalFileHeader for testing purposes
|
||||
|
||||
package net.lingala.zip4j.model;
|
||||
|
||||
import net.lingala.zip4j.model.AbstractFileHeader;
|
||||
|
||||
public class LocalFileHeader extends AbstractFileHeader
|
||||
{
|
||||
public LocalFileHeader(){}
|
||||
public boolean isWriteCompressedSizeInZip64ExtraRecord(){ return false; }
|
||||
public byte[] getExtraField(){ return null; }
|
||||
public long getOffsetStartOfData(){ return 0; }
|
||||
public void setExtraField(byte[] p0){}
|
||||
public void setOffsetStartOfData(long p0){}
|
||||
public void setWriteCompressedSizeInZip64ExtraRecord(boolean p0){}
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.model.Zip4jConfig for testing purposes
|
||||
|
||||
package net.lingala.zip4j.model;
|
||||
|
||||
import java.nio.charset.Charset;
|
||||
|
||||
public class Zip4jConfig
|
||||
{
|
||||
protected Zip4jConfig() {}
|
||||
public Charset getCharset(){ return null; }
|
||||
public Zip4jConfig(Charset p0, int p1, boolean p2){}
|
||||
public boolean isUseUtf8CharsetForPasswords(){ return false; }
|
||||
public int getBufferSize(){ return 0; }
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.model.Zip64ExtendedInfo for testing purposes
|
||||
|
||||
package net.lingala.zip4j.model;
|
||||
|
||||
import net.lingala.zip4j.model.ZipHeader;
|
||||
|
||||
public class Zip64ExtendedInfo extends ZipHeader
|
||||
{
|
||||
public Zip64ExtendedInfo(){}
|
||||
public int getDiskNumberStart(){ return 0; }
|
||||
public int getSize(){ return 0; }
|
||||
public long getCompressedSize(){ return 0; }
|
||||
public long getOffsetLocalHeader(){ return 0; }
|
||||
public long getUncompressedSize(){ return 0; }
|
||||
public void setCompressedSize(long p0){}
|
||||
public void setDiskNumberStart(int p0){}
|
||||
public void setOffsetLocalHeader(long p0){}
|
||||
public void setSize(int p0){}
|
||||
public void setUncompressedSize(long p0){}
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.model.ZipHeader for testing purposes
|
||||
|
||||
package net.lingala.zip4j.model;
|
||||
|
||||
import net.lingala.zip4j.headers.HeaderSignature;
|
||||
|
||||
abstract public class ZipHeader
|
||||
{
|
||||
public HeaderSignature getSignature(){ return null; }
|
||||
public ZipHeader(){}
|
||||
public void setSignature(HeaderSignature p0){}
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.model.enums.AesKeyStrength for testing purposes
|
||||
|
||||
package net.lingala.zip4j.model.enums;
|
||||
|
||||
|
||||
public enum AesKeyStrength
|
||||
{
|
||||
KEY_STRENGTH_128, KEY_STRENGTH_192, KEY_STRENGTH_256;
|
||||
private AesKeyStrength() {}
|
||||
public int getKeyLength(){ return 0; }
|
||||
public int getMacLength(){ return 0; }
|
||||
public int getRawCode(){ return 0; }
|
||||
public int getSaltLength(){ return 0; }
|
||||
public static AesKeyStrength getAesKeyStrengthFromRawCode(int p0){ return null; }
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.model.enums.AesVersion for testing purposes
|
||||
|
||||
package net.lingala.zip4j.model.enums;
|
||||
|
||||
|
||||
public enum AesVersion
|
||||
{
|
||||
ONE, TWO;
|
||||
private AesVersion() {}
|
||||
public int getVersionNumber(){ return 0; }
|
||||
public static AesVersion getFromVersionNumber(int p0){ return null; }
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.model.enums.CompressionMethod for testing purposes
|
||||
|
||||
package net.lingala.zip4j.model.enums;
|
||||
|
||||
|
||||
public enum CompressionMethod
|
||||
{
|
||||
AES_INTERNAL_ONLY, DEFLATE, STORE;
|
||||
private CompressionMethod() {}
|
||||
public int getCode(){ return 0; }
|
||||
public static CompressionMethod getCompressionMethodFromCode(int p0){ return null; }
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.model.enums.EncryptionMethod for testing purposes
|
||||
|
||||
package net.lingala.zip4j.model.enums;
|
||||
|
||||
|
||||
public enum EncryptionMethod
|
||||
{
|
||||
AES, NONE, ZIP_STANDARD, ZIP_STANDARD_VARIANT_STRONG;
|
||||
private EncryptionMethod() {}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
// Generated automatically from net.lingala.zip4j.util.PasswordCallback for testing purposes
|
||||
|
||||
package net.lingala.zip4j.util;
|
||||
|
||||
|
||||
public interface PasswordCallback
|
||||
{
|
||||
char[] getPassword();
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
//semmle-extractor-options: --javac-args -cp ${testdir}/
|
||||
//semmle-extractor-options: --javac-args -cp ${testdir}/../../../stubs/decompressionBomb
|
||||
@@ -1,14 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.ArchiveEntry for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
public interface ArchiveEntry
|
||||
{
|
||||
Date getLastModifiedDate();
|
||||
String getName();
|
||||
boolean isDirectory();
|
||||
long getSize();
|
||||
static long SIZE_UNKNOWN = 0;
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.ArchiveException for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers;
|
||||
|
||||
|
||||
public class ArchiveException extends Exception
|
||||
{
|
||||
protected ArchiveException() {}
|
||||
public ArchiveException(String p0){}
|
||||
public ArchiveException(String p0, Exception p1){}
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.ArchiveInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.archivers.ArchiveEntry;
|
||||
|
||||
abstract public class ArchiveInputStream extends InputStream
|
||||
{
|
||||
protected void count(int p0){}
|
||||
protected void count(long p0){}
|
||||
protected void pushedBackBytes(long p0){}
|
||||
public ArchiveInputStream(){}
|
||||
public abstract ArchiveEntry getNextEntry();
|
||||
public boolean canReadEntryData(ArchiveEntry p0){ return false; }
|
||||
public int getCount(){ return 0; }
|
||||
public int read(){ return 0; }
|
||||
public long getBytesRead(){ return 0; }
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.ArchiveOutputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.OutputStream;
|
||||
import java.nio.file.LinkOption;
|
||||
import java.nio.file.Path;
|
||||
import org.apache.commons.compress.archivers.ArchiveEntry;
|
||||
|
||||
abstract public class ArchiveOutputStream extends OutputStream
|
||||
{
|
||||
protected void count(int p0){}
|
||||
protected void count(long p0){}
|
||||
public ArchiveEntry createArchiveEntry(Path p0, String p1, LinkOption... p2){ return null; }
|
||||
public ArchiveOutputStream(){}
|
||||
public abstract ArchiveEntry createArchiveEntry(File p0, String p1);
|
||||
public abstract void closeArchiveEntry();
|
||||
public abstract void finish();
|
||||
public abstract void putArchiveEntry(ArchiveEntry p0);
|
||||
public boolean canWriteEntryData(ArchiveEntry p0){ return false; }
|
||||
public int getCount(){ return 0; }
|
||||
public long getBytesWritten(){ return 0; }
|
||||
public void write(int p0){}
|
||||
}
|
||||
@@ -1,44 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.ArchiveStreamFactory for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
import java.util.Set;
|
||||
import java.util.SortedMap;
|
||||
import org.apache.commons.compress.archivers.ArchiveInputStream;
|
||||
import org.apache.commons.compress.archivers.ArchiveOutputStream;
|
||||
import org.apache.commons.compress.archivers.ArchiveStreamProvider;
|
||||
|
||||
public class ArchiveStreamFactory implements ArchiveStreamProvider
|
||||
{
|
||||
public ArchiveInputStream createArchiveInputStream(InputStream p0){ return null; }
|
||||
public ArchiveInputStream createArchiveInputStream(String p0, InputStream p1){ return null; }
|
||||
public ArchiveInputStream createArchiveInputStream(String p0, InputStream p1, String p2){ return null; }
|
||||
public ArchiveOutputStream createArchiveOutputStream(String p0, OutputStream p1){ return null; }
|
||||
public ArchiveOutputStream createArchiveOutputStream(String p0, OutputStream p1, String p2){ return null; }
|
||||
public ArchiveStreamFactory(){}
|
||||
public ArchiveStreamFactory(String p0){}
|
||||
public Set<String> getInputStreamArchiveNames(){ return null; }
|
||||
public Set<String> getOutputStreamArchiveNames(){ return null; }
|
||||
public SortedMap<String, ArchiveStreamProvider> getArchiveInputStreamProviders(){ return null; }
|
||||
public SortedMap<String, ArchiveStreamProvider> getArchiveOutputStreamProviders(){ return null; }
|
||||
public String getEntryEncoding(){ return null; }
|
||||
public static ArchiveStreamFactory DEFAULT = null;
|
||||
public static SortedMap<String, ArchiveStreamProvider> findAvailableArchiveInputStreamProviders(){ return null; }
|
||||
public static SortedMap<String, ArchiveStreamProvider> findAvailableArchiveOutputStreamProviders(){ return null; }
|
||||
public static String APK = null;
|
||||
public static String APKM = null;
|
||||
public static String APKS = null;
|
||||
public static String AR = null;
|
||||
public static String ARJ = null;
|
||||
public static String CPIO = null;
|
||||
public static String DUMP = null;
|
||||
public static String JAR = null;
|
||||
public static String SEVEN_Z = null;
|
||||
public static String TAR = null;
|
||||
public static String XAPK = null;
|
||||
public static String ZIP = null;
|
||||
public static String detect(InputStream p0){ return null; }
|
||||
public void setEntryEncoding(String p0){}
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.ArchiveStreamProvider for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
import java.util.Set;
|
||||
import org.apache.commons.compress.archivers.ArchiveInputStream;
|
||||
import org.apache.commons.compress.archivers.ArchiveOutputStream;
|
||||
|
||||
public interface ArchiveStreamProvider
|
||||
{
|
||||
ArchiveInputStream createArchiveInputStream(String p0, InputStream p1, String p2);
|
||||
ArchiveOutputStream createArchiveOutputStream(String p0, OutputStream p1, String p2);
|
||||
Set<String> getInputStreamArchiveNames();
|
||||
Set<String> getOutputStreamArchiveNames();
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.EntryStreamOffsets for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers;
|
||||
|
||||
|
||||
public interface EntryStreamOffsets
|
||||
{
|
||||
boolean isStreamContiguous();
|
||||
long getDataOffset();
|
||||
static long OFFSET_UNKNOWN = 0;
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.ar.ArArchiveEntry for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.ar;
|
||||
|
||||
import java.io.File;
|
||||
import java.nio.file.LinkOption;
|
||||
import java.nio.file.Path;
|
||||
import java.util.Date;
|
||||
import org.apache.commons.compress.archivers.ArchiveEntry;
|
||||
|
||||
public class ArArchiveEntry implements ArchiveEntry
|
||||
{
|
||||
protected ArArchiveEntry() {}
|
||||
public ArArchiveEntry(File p0, String p1){}
|
||||
public ArArchiveEntry(Path p0, String p1, LinkOption... p2){}
|
||||
public ArArchiveEntry(String p0, long p1){}
|
||||
public ArArchiveEntry(String p0, long p1, int p2, int p3, int p4, long p5){}
|
||||
public Date getLastModifiedDate(){ return null; }
|
||||
public String getName(){ return null; }
|
||||
public boolean equals(Object p0){ return false; }
|
||||
public boolean isDirectory(){ return false; }
|
||||
public int getGroupId(){ return 0; }
|
||||
public int getMode(){ return 0; }
|
||||
public int getUserId(){ return 0; }
|
||||
public int hashCode(){ return 0; }
|
||||
public long getLastModified(){ return 0; }
|
||||
public long getLength(){ return 0; }
|
||||
public long getSize(){ return 0; }
|
||||
public static String HEADER = null;
|
||||
public static String TRAILER = null;
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.ar.ArArchiveInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.ar;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.archivers.ArchiveEntry;
|
||||
import org.apache.commons.compress.archivers.ArchiveInputStream;
|
||||
import org.apache.commons.compress.archivers.ar.ArArchiveEntry;
|
||||
|
||||
public class ArArchiveInputStream extends ArchiveInputStream
|
||||
{
|
||||
protected ArArchiveInputStream() {}
|
||||
public ArArchiveEntry getNextArEntry(){ return null; }
|
||||
public ArArchiveInputStream(InputStream p0){}
|
||||
public ArchiveEntry getNextEntry(){ return null; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public static boolean matches(byte[] p0, int p1){ return false; }
|
||||
public void close(){}
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.arj.ArjArchiveEntry for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.arj;
|
||||
|
||||
import java.util.Date;
|
||||
import org.apache.commons.compress.archivers.ArchiveEntry;
|
||||
|
||||
public class ArjArchiveEntry implements ArchiveEntry
|
||||
{
|
||||
public ArjArchiveEntry(){}
|
||||
public Date getLastModifiedDate(){ return null; }
|
||||
public String getName(){ return null; }
|
||||
public boolean equals(Object p0){ return false; }
|
||||
public boolean isDirectory(){ return false; }
|
||||
public boolean isHostOsUnix(){ return false; }
|
||||
public int getHostOs(){ return 0; }
|
||||
public int getMode(){ return 0; }
|
||||
public int getUnixMode(){ return 0; }
|
||||
public int hashCode(){ return 0; }
|
||||
public long getSize(){ return 0; }
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.arj.ArjArchiveInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.arj;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.archivers.ArchiveEntry;
|
||||
import org.apache.commons.compress.archivers.ArchiveInputStream;
|
||||
import org.apache.commons.compress.archivers.arj.ArjArchiveEntry;
|
||||
|
||||
public class ArjArchiveInputStream extends ArchiveInputStream
|
||||
{
|
||||
protected ArjArchiveInputStream() {}
|
||||
public ArjArchiveEntry getNextEntry(){ return null; }
|
||||
public ArjArchiveInputStream(InputStream p0){}
|
||||
public ArjArchiveInputStream(InputStream p0, String p1){}
|
||||
public String getArchiveComment(){ return null; }
|
||||
public String getArchiveName(){ return null; }
|
||||
public boolean canReadEntryData(ArchiveEntry p0){ return false; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public static boolean matches(byte[] p0, int p1){ return false; }
|
||||
public void close(){}
|
||||
}
|
||||
@@ -1,75 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.cpio.CpioArchiveEntry for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.cpio;
|
||||
|
||||
import java.io.File;
|
||||
import java.nio.charset.Charset;
|
||||
import java.nio.file.LinkOption;
|
||||
import java.nio.file.Path;
|
||||
import java.nio.file.attribute.FileTime;
|
||||
import java.util.Date;
|
||||
import org.apache.commons.compress.archivers.ArchiveEntry;
|
||||
import org.apache.commons.compress.archivers.cpio.CpioConstants;
|
||||
|
||||
public class CpioArchiveEntry implements ArchiveEntry, CpioConstants
|
||||
{
|
||||
protected CpioArchiveEntry() {}
|
||||
public CpioArchiveEntry(File p0, String p1){}
|
||||
public CpioArchiveEntry(Path p0, String p1, LinkOption... p2){}
|
||||
public CpioArchiveEntry(String p0){}
|
||||
public CpioArchiveEntry(String p0, long p1){}
|
||||
public CpioArchiveEntry(short p0){}
|
||||
public CpioArchiveEntry(short p0, File p1, String p2){}
|
||||
public CpioArchiveEntry(short p0, Path p1, String p2, LinkOption... p3){}
|
||||
public CpioArchiveEntry(short p0, String p1){}
|
||||
public CpioArchiveEntry(short p0, String p1, long p2){}
|
||||
public Date getLastModifiedDate(){ return null; }
|
||||
public String getName(){ return null; }
|
||||
public boolean equals(Object p0){ return false; }
|
||||
public boolean isBlockDevice(){ return false; }
|
||||
public boolean isCharacterDevice(){ return false; }
|
||||
public boolean isDirectory(){ return false; }
|
||||
public boolean isNetwork(){ return false; }
|
||||
public boolean isPipe(){ return false; }
|
||||
public boolean isRegularFile(){ return false; }
|
||||
public boolean isSocket(){ return false; }
|
||||
public boolean isSymbolicLink(){ return false; }
|
||||
public int getAlignmentBoundary(){ return 0; }
|
||||
public int getDataPadCount(){ return 0; }
|
||||
public int getHeaderPadCount(){ return 0; }
|
||||
public int getHeaderPadCount(Charset p0){ return 0; }
|
||||
public int getHeaderPadCount(long p0){ return 0; }
|
||||
public int getHeaderSize(){ return 0; }
|
||||
public int hashCode(){ return 0; }
|
||||
public long getChksum(){ return 0; }
|
||||
public long getDevice(){ return 0; }
|
||||
public long getDeviceMaj(){ return 0; }
|
||||
public long getDeviceMin(){ return 0; }
|
||||
public long getGID(){ return 0; }
|
||||
public long getInode(){ return 0; }
|
||||
public long getMode(){ return 0; }
|
||||
public long getNumberOfLinks(){ return 0; }
|
||||
public long getRemoteDevice(){ return 0; }
|
||||
public long getRemoteDeviceMaj(){ return 0; }
|
||||
public long getRemoteDeviceMin(){ return 0; }
|
||||
public long getSize(){ return 0; }
|
||||
public long getTime(){ return 0; }
|
||||
public long getUID(){ return 0; }
|
||||
public short getFormat(){ return 0; }
|
||||
public void setChksum(long p0){}
|
||||
public void setDevice(long p0){}
|
||||
public void setDeviceMaj(long p0){}
|
||||
public void setDeviceMin(long p0){}
|
||||
public void setGID(long p0){}
|
||||
public void setInode(long p0){}
|
||||
public void setMode(long p0){}
|
||||
public void setName(String p0){}
|
||||
public void setNumberOfLinks(long p0){}
|
||||
public void setRemoteDevice(long p0){}
|
||||
public void setRemoteDeviceMaj(long p0){}
|
||||
public void setRemoteDeviceMin(long p0){}
|
||||
public void setSize(long p0){}
|
||||
public void setTime(FileTime p0){}
|
||||
public void setTime(long p0){}
|
||||
public void setUID(long p0){}
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.cpio;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.archivers.ArchiveEntry;
|
||||
import org.apache.commons.compress.archivers.ArchiveInputStream;
|
||||
import org.apache.commons.compress.archivers.cpio.CpioArchiveEntry;
|
||||
import org.apache.commons.compress.archivers.cpio.CpioConstants;
|
||||
|
||||
public class CpioArchiveInputStream extends ArchiveInputStream implements CpioConstants
|
||||
{
|
||||
protected CpioArchiveInputStream() {}
|
||||
public ArchiveEntry getNextEntry(){ return null; }
|
||||
public CpioArchiveEntry getNextCPIOEntry(){ return null; }
|
||||
public CpioArchiveInputStream(InputStream p0){}
|
||||
public CpioArchiveInputStream(InputStream p0, String p1){}
|
||||
public CpioArchiveInputStream(InputStream p0, int p1){}
|
||||
public CpioArchiveInputStream(InputStream p0, int p1, String p2){}
|
||||
public int available(){ return 0; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public long skip(long p0){ return 0; }
|
||||
public static boolean matches(byte[] p0, int p1){ return false; }
|
||||
public void close(){}
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.cpio.CpioConstants for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.cpio;
|
||||
|
||||
|
||||
public interface CpioConstants
|
||||
{
|
||||
static String CPIO_TRAILER = null;
|
||||
static String MAGIC_NEW = null;
|
||||
static String MAGIC_NEW_CRC = null;
|
||||
static String MAGIC_OLD_ASCII = null;
|
||||
static int BLOCK_SIZE = 0;
|
||||
static int C_IRGRP = 0;
|
||||
static int C_IROTH = 0;
|
||||
static int C_IRUSR = 0;
|
||||
static int C_ISBLK = 0;
|
||||
static int C_ISCHR = 0;
|
||||
static int C_ISDIR = 0;
|
||||
static int C_ISFIFO = 0;
|
||||
static int C_ISGID = 0;
|
||||
static int C_ISLNK = 0;
|
||||
static int C_ISNWK = 0;
|
||||
static int C_ISREG = 0;
|
||||
static int C_ISSOCK = 0;
|
||||
static int C_ISUID = 0;
|
||||
static int C_ISVTX = 0;
|
||||
static int C_IWGRP = 0;
|
||||
static int C_IWOTH = 0;
|
||||
static int C_IWUSR = 0;
|
||||
static int C_IXGRP = 0;
|
||||
static int C_IXOTH = 0;
|
||||
static int C_IXUSR = 0;
|
||||
static int MAGIC_OLD_BINARY = 0;
|
||||
static int S_IFMT = 0;
|
||||
static short FORMAT_NEW = 0;
|
||||
static short FORMAT_NEW_CRC = 0;
|
||||
static short FORMAT_NEW_MASK = 0;
|
||||
static short FORMAT_OLD_ASCII = 0;
|
||||
static short FORMAT_OLD_BINARY = 0;
|
||||
static short FORMAT_OLD_MASK = 0;
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.jar.JarArchiveEntry for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.jar;
|
||||
|
||||
import java.security.cert.Certificate;
|
||||
import java.util.jar.Attributes;
|
||||
import java.util.jar.JarEntry;
|
||||
import java.util.zip.ZipEntry;
|
||||
import org.apache.commons.compress.archivers.zip.ZipArchiveEntry;
|
||||
|
||||
public class JarArchiveEntry extends ZipArchiveEntry
|
||||
{
|
||||
protected JarArchiveEntry() {}
|
||||
public Attributes getManifestAttributes(){ return null; }
|
||||
public Certificate[] getCertificates(){ return null; }
|
||||
public JarArchiveEntry(JarEntry p0){}
|
||||
public JarArchiveEntry(String p0){}
|
||||
public JarArchiveEntry(ZipArchiveEntry p0){}
|
||||
public JarArchiveEntry(ZipEntry p0){}
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.jar.JarArchiveInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.jar;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.archivers.ArchiveEntry;
|
||||
import org.apache.commons.compress.archivers.jar.JarArchiveEntry;
|
||||
import org.apache.commons.compress.archivers.zip.ZipArchiveInputStream;
|
||||
|
||||
public class JarArchiveInputStream extends ZipArchiveInputStream
|
||||
{
|
||||
protected JarArchiveInputStream() {}
|
||||
public ArchiveEntry getNextEntry(){ return null; }
|
||||
public JarArchiveEntry getNextJarEntry(){ return null; }
|
||||
public JarArchiveInputStream(InputStream p0){}
|
||||
public JarArchiveInputStream(InputStream p0, String p1){}
|
||||
public static boolean matches(byte[] p0, int p1){ return false; }
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.zip.ExtraFieldParsingBehavior for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.zip;
|
||||
|
||||
import org.apache.commons.compress.archivers.zip.UnparseableExtraFieldBehavior;
|
||||
import org.apache.commons.compress.archivers.zip.ZipExtraField;
|
||||
import org.apache.commons.compress.archivers.zip.ZipShort;
|
||||
|
||||
public interface ExtraFieldParsingBehavior extends UnparseableExtraFieldBehavior
|
||||
{
|
||||
ZipExtraField createExtraField(ZipShort p0);
|
||||
ZipExtraField fill(ZipExtraField p0, byte[] p1, int p2, int p3, boolean p4);
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.zip.GeneralPurposeBit for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.zip;
|
||||
|
||||
|
||||
public class GeneralPurposeBit implements Cloneable
|
||||
{
|
||||
public GeneralPurposeBit(){}
|
||||
public Object clone(){ return null; }
|
||||
public boolean equals(Object p0){ return false; }
|
||||
public boolean usesDataDescriptor(){ return false; }
|
||||
public boolean usesEncryption(){ return false; }
|
||||
public boolean usesStrongEncryption(){ return false; }
|
||||
public boolean usesUTF8ForNames(){ return false; }
|
||||
public byte[] encode(){ return null; }
|
||||
public int hashCode(){ return 0; }
|
||||
public static GeneralPurposeBit parse(byte[] p0, int p1){ return null; }
|
||||
public static int UFT8_NAMES_FLAG = 0;
|
||||
public void encode(byte[] p0, int p1){}
|
||||
public void useDataDescriptor(boolean p0){}
|
||||
public void useEncryption(boolean p0){}
|
||||
public void useStrongEncryption(boolean p0){}
|
||||
public void useUTF8ForNames(boolean p0){}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.zip.UnparseableExtraFieldBehavior for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.zip;
|
||||
|
||||
import org.apache.commons.compress.archivers.zip.ZipExtraField;
|
||||
|
||||
public interface UnparseableExtraFieldBehavior
|
||||
{
|
||||
ZipExtraField onUnparseableExtraField(byte[] p0, int p1, int p2, boolean p3, int p4);
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.zip;
|
||||
|
||||
import org.apache.commons.compress.archivers.zip.ZipExtraField;
|
||||
import org.apache.commons.compress.archivers.zip.ZipShort;
|
||||
|
||||
public class UnparseableExtraFieldData implements ZipExtraField
|
||||
{
|
||||
public UnparseableExtraFieldData(){}
|
||||
public ZipShort getCentralDirectoryLength(){ return null; }
|
||||
public ZipShort getHeaderId(){ return null; }
|
||||
public ZipShort getLocalFileDataLength(){ return null; }
|
||||
public byte[] getCentralDirectoryData(){ return null; }
|
||||
public byte[] getLocalFileDataData(){ return null; }
|
||||
public void parseFromCentralDirectoryData(byte[] p0, int p1, int p2){}
|
||||
public void parseFromLocalFileData(byte[] p0, int p1, int p2){}
|
||||
}
|
||||
@@ -1,105 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.zip.ZipArchiveEntry for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.zip;
|
||||
|
||||
import java.io.File;
|
||||
import java.nio.file.LinkOption;
|
||||
import java.nio.file.Path;
|
||||
import java.nio.file.attribute.FileTime;
|
||||
import java.util.Date;
|
||||
import java.util.zip.ZipEntry;
|
||||
import org.apache.commons.compress.archivers.ArchiveEntry;
|
||||
import org.apache.commons.compress.archivers.EntryStreamOffsets;
|
||||
import org.apache.commons.compress.archivers.zip.ExtraFieldParsingBehavior;
|
||||
import org.apache.commons.compress.archivers.zip.GeneralPurposeBit;
|
||||
import org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData;
|
||||
import org.apache.commons.compress.archivers.zip.ZipExtraField;
|
||||
import org.apache.commons.compress.archivers.zip.ZipShort;
|
||||
|
||||
public class ZipArchiveEntry extends ZipEntry implements ArchiveEntry, EntryStreamOffsets
|
||||
{
|
||||
protected ZipArchiveEntry(){super("");}
|
||||
protected int getAlignment(){ return 0; }
|
||||
protected long getLocalHeaderOffset(){ return 0; }
|
||||
protected void setDataOffset(long p0){}
|
||||
protected void setExtra(){}
|
||||
protected void setLocalHeaderOffset(long p0){}
|
||||
protected void setName(String p0){}
|
||||
protected void setName(String p0, byte[] p1){}
|
||||
protected void setPlatform(int p0){}
|
||||
protected void setStreamContiguous(boolean p0){}
|
||||
public Date getLastModifiedDate(){ return null; }
|
||||
public GeneralPurposeBit getGeneralPurposeBit(){ return null; }
|
||||
public Object clone(){ return null; }
|
||||
public String getName(){ return null; }
|
||||
public UnparseableExtraFieldData getUnparseableExtraFieldData(){ return null; }
|
||||
public ZipArchiveEntry(File p0, String p1){super("");}
|
||||
public ZipArchiveEntry(Path p0, String p1, LinkOption... p2){super("");}
|
||||
public ZipArchiveEntry(String p0){super("");}
|
||||
public ZipArchiveEntry(ZipArchiveEntry p0){super("");}
|
||||
public ZipArchiveEntry(ZipEntry p0){super("");}
|
||||
public ZipArchiveEntry.CommentSource getCommentSource(){ return null; }
|
||||
public ZipArchiveEntry.NameSource getNameSource(){ return null; }
|
||||
public ZipEntry setCreationTime(FileTime p0){ return null; }
|
||||
public ZipEntry setLastAccessTime(FileTime p0){ return null; }
|
||||
public ZipEntry setLastModifiedTime(FileTime p0){ return null; }
|
||||
public ZipExtraField getExtraField(ZipShort p0){ return null; }
|
||||
public ZipExtraField[] getExtraFields(){ return null; }
|
||||
public ZipExtraField[] getExtraFields(ExtraFieldParsingBehavior p0){ return null; }
|
||||
public ZipExtraField[] getExtraFields(boolean p0){ return null; }
|
||||
public boolean equals(Object p0){ return false; }
|
||||
public boolean isDirectory(){ return false; }
|
||||
public boolean isStreamContiguous(){ return false; }
|
||||
public boolean isUnixSymlink(){ return false; }
|
||||
public byte[] getCentralDirectoryExtra(){ return null; }
|
||||
public byte[] getLocalFileDataExtra(){ return null; }
|
||||
public byte[] getRawName(){ return null; }
|
||||
public int getInternalAttributes(){ return 0; }
|
||||
public int getMethod(){ return 0; }
|
||||
public int getPlatform(){ return 0; }
|
||||
public int getRawFlag(){ return 0; }
|
||||
public int getUnixMode(){ return 0; }
|
||||
public int getVersionMadeBy(){ return 0; }
|
||||
public int getVersionRequired(){ return 0; }
|
||||
public int hashCode(){ return 0; }
|
||||
public long getDataOffset(){ return 0; }
|
||||
public long getDiskNumberStart(){ return 0; }
|
||||
public long getExternalAttributes(){ return 0; }
|
||||
public long getSize(){ return 0; }
|
||||
public long getTime(){ return 0; }
|
||||
public static int CRC_UNKNOWN = 0;
|
||||
public static int PLATFORM_FAT = 0;
|
||||
public static int PLATFORM_UNIX = 0;
|
||||
public void addAsFirstExtraField(ZipExtraField p0){}
|
||||
public void addExtraField(ZipExtraField p0){}
|
||||
public void removeExtraField(ZipShort p0){}
|
||||
public void removeUnparseableExtraFieldData(){}
|
||||
public void setAlignment(int p0){}
|
||||
public void setCentralDirectoryExtra(byte[] p0){}
|
||||
public void setCommentSource(ZipArchiveEntry.CommentSource p0){}
|
||||
public void setDiskNumberStart(long p0){}
|
||||
public void setExternalAttributes(long p0){}
|
||||
public void setExtra(byte[] p0){}
|
||||
public void setExtraFields(ZipExtraField[] p0){}
|
||||
public void setGeneralPurposeBit(GeneralPurposeBit p0){}
|
||||
public void setInternalAttributes(int p0){}
|
||||
public void setMethod(int p0){}
|
||||
public void setNameSource(ZipArchiveEntry.NameSource p0){}
|
||||
public void setRawFlag(int p0){}
|
||||
public void setSize(long p0){}
|
||||
public void setTime(FileTime p0){}
|
||||
public void setTime(long p0){}
|
||||
public void setUnixMode(int p0){}
|
||||
public void setVersionMadeBy(int p0){}
|
||||
public void setVersionRequired(int p0){}
|
||||
static public enum CommentSource
|
||||
{
|
||||
COMMENT, UNICODE_EXTRA_FIELD;
|
||||
private CommentSource() {}
|
||||
}
|
||||
static public enum NameSource
|
||||
{
|
||||
NAME, NAME_WITH_EFS_FLAG, UNICODE_EXTRA_FIELD;
|
||||
private NameSource() {}
|
||||
}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.zip.ZipArchiveInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.zip;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.archivers.ArchiveEntry;
|
||||
import org.apache.commons.compress.archivers.ArchiveInputStream;
|
||||
import org.apache.commons.compress.archivers.zip.ZipArchiveEntry;
|
||||
import org.apache.commons.compress.utils.InputStreamStatistics;
|
||||
|
||||
public class ZipArchiveInputStream extends ArchiveInputStream implements InputStreamStatistics
|
||||
{
|
||||
protected ZipArchiveInputStream() {}
|
||||
public ArchiveEntry getNextEntry(){ return null; }
|
||||
public ZipArchiveEntry getNextZipEntry(){ return null; }
|
||||
public ZipArchiveInputStream(InputStream p0){}
|
||||
public ZipArchiveInputStream(InputStream p0, String p1){}
|
||||
public ZipArchiveInputStream(InputStream p0, String p1, boolean p2){}
|
||||
public ZipArchiveInputStream(InputStream p0, String p1, boolean p2, boolean p3){}
|
||||
public ZipArchiveInputStream(InputStream p0, String p1, boolean p2, boolean p3, boolean p4){}
|
||||
public boolean canReadEntryData(ArchiveEntry p0){ return false; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public long getCompressedCount(){ return 0; }
|
||||
public long getUncompressedCount(){ return 0; }
|
||||
public long skip(long p0){ return 0; }
|
||||
public static boolean matches(byte[] p0, int p1){ return false; }
|
||||
public void close(){}
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.zip.ZipExtraField for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.zip;
|
||||
|
||||
import org.apache.commons.compress.archivers.zip.ZipShort;
|
||||
|
||||
public interface ZipExtraField
|
||||
{
|
||||
ZipShort getCentralDirectoryLength();
|
||||
ZipShort getHeaderId();
|
||||
ZipShort getLocalFileDataLength();
|
||||
byte[] getCentralDirectoryData();
|
||||
byte[] getLocalFileDataData();
|
||||
static int EXTRAFIELD_HEADER_SIZE = 0;
|
||||
void parseFromCentralDirectoryData(byte[] p0, int p1, int p2);
|
||||
void parseFromLocalFileData(byte[] p0, int p1, int p2);
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.archivers.zip.ZipShort for testing purposes
|
||||
|
||||
package org.apache.commons.compress.archivers.zip;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
public class ZipShort implements Cloneable, Serializable
|
||||
{
|
||||
protected ZipShort() {}
|
||||
public Object clone(){ return null; }
|
||||
public String toString(){ return null; }
|
||||
public ZipShort(byte[] p0){}
|
||||
public ZipShort(byte[] p0, int p1){}
|
||||
public ZipShort(int p0){}
|
||||
public boolean equals(Object p0){ return false; }
|
||||
public byte[] getBytes(){ return null; }
|
||||
public int getValue(){ return 0; }
|
||||
public int hashCode(){ return 0; }
|
||||
public static ZipShort ZERO = null;
|
||||
public static byte[] getBytes(int p0){ return null; }
|
||||
public static int getValue(byte[] p0){ return 0; }
|
||||
public static int getValue(byte[] p0, int p1){ return 0; }
|
||||
public static void putShort(int p0, byte[] p1, int p2){}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.CompressorException for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors;
|
||||
|
||||
|
||||
public class CompressorException extends Exception
|
||||
{
|
||||
protected CompressorException() {}
|
||||
public CompressorException(String p0){}
|
||||
public CompressorException(String p0, Throwable p1){}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.CompressorInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors;
|
||||
|
||||
import java.io.InputStream;
|
||||
|
||||
abstract public class CompressorInputStream extends InputStream
|
||||
{
|
||||
protected void count(int p0){}
|
||||
protected void count(long p0){}
|
||||
protected void pushedBackBytes(long p0){}
|
||||
public CompressorInputStream(){}
|
||||
public int getCount(){ return 0; }
|
||||
public long getBytesRead(){ return 0; }
|
||||
public long getUncompressedCount(){ return 0; }
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.CompressorOutputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors;
|
||||
|
||||
import java.io.OutputStream;
|
||||
|
||||
abstract public class CompressorOutputStream extends OutputStream
|
||||
{
|
||||
public CompressorOutputStream(){}
|
||||
}
|
||||
@@ -1,60 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.CompressorStreamFactory for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
import java.util.Set;
|
||||
import java.util.SortedMap;
|
||||
import org.apache.commons.compress.compressors.CompressorInputStream;
|
||||
import org.apache.commons.compress.compressors.CompressorOutputStream;
|
||||
import org.apache.commons.compress.compressors.CompressorStreamProvider;
|
||||
|
||||
public class CompressorStreamFactory implements CompressorStreamProvider
|
||||
{
|
||||
public Boolean getDecompressUntilEOF(){ return null; }
|
||||
public CompressorInputStream createCompressorInputStream(InputStream p0){ return null; }
|
||||
public CompressorInputStream createCompressorInputStream(String p0, InputStream p1){ return null; }
|
||||
public CompressorInputStream createCompressorInputStream(String p0, InputStream p1, boolean p2){ return null; }
|
||||
public CompressorOutputStream createCompressorOutputStream(String p0, OutputStream p1){ return null; }
|
||||
public CompressorStreamFactory(){}
|
||||
public CompressorStreamFactory(boolean p0){}
|
||||
public CompressorStreamFactory(boolean p0, int p1){}
|
||||
public Set<String> getInputStreamCompressorNames(){ return null; }
|
||||
public Set<String> getOutputStreamCompressorNames(){ return null; }
|
||||
public SortedMap<String, CompressorStreamProvider> getCompressorInputStreamProviders(){ return null; }
|
||||
public SortedMap<String, CompressorStreamProvider> getCompressorOutputStreamProviders(){ return null; }
|
||||
public static CompressorStreamFactory getSingleton(){ return null; }
|
||||
public static SortedMap<String, CompressorStreamProvider> findAvailableCompressorInputStreamProviders(){ return null; }
|
||||
public static SortedMap<String, CompressorStreamProvider> findAvailableCompressorOutputStreamProviders(){ return null; }
|
||||
public static String BROTLI = null;
|
||||
public static String BZIP2 = null;
|
||||
public static String DEFLATE = null;
|
||||
public static String DEFLATE64 = null;
|
||||
public static String GZIP = null;
|
||||
public static String LZ4_BLOCK = null;
|
||||
public static String LZ4_FRAMED = null;
|
||||
public static String LZMA = null;
|
||||
public static String PACK200 = null;
|
||||
public static String SNAPPY_FRAMED = null;
|
||||
public static String SNAPPY_RAW = null;
|
||||
public static String XZ = null;
|
||||
public static String Z = null;
|
||||
public static String ZSTANDARD = null;
|
||||
public static String detect(InputStream p0){ return null; }
|
||||
public static String getBrotli(){ return null; }
|
||||
public static String getBzip2(){ return null; }
|
||||
public static String getDeflate(){ return null; }
|
||||
public static String getDeflate64(){ return null; }
|
||||
public static String getGzip(){ return null; }
|
||||
public static String getLZ4Block(){ return null; }
|
||||
public static String getLZ4Framed(){ return null; }
|
||||
public static String getLzma(){ return null; }
|
||||
public static String getPack200(){ return null; }
|
||||
public static String getSnappyFramed(){ return null; }
|
||||
public static String getSnappyRaw(){ return null; }
|
||||
public static String getXz(){ return null; }
|
||||
public static String getZ(){ return null; }
|
||||
public static String getZstandard(){ return null; }
|
||||
public void setDecompressConcatenated(boolean p0){}
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.CompressorStreamProvider for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
import java.util.Set;
|
||||
import org.apache.commons.compress.compressors.CompressorInputStream;
|
||||
import org.apache.commons.compress.compressors.CompressorOutputStream;
|
||||
|
||||
public interface CompressorStreamProvider
|
||||
{
|
||||
CompressorInputStream createCompressorInputStream(String p0, InputStream p1, boolean p2);
|
||||
CompressorOutputStream createCompressorOutputStream(String p0, OutputStream p1);
|
||||
Set<String> getInputStreamCompressorNames();
|
||||
Set<String> getOutputStreamCompressorNames();
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.brotli.BrotliCompressorInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.brotli;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.compressors.CompressorInputStream;
|
||||
import org.apache.commons.compress.utils.InputStreamStatistics;
|
||||
|
||||
public class BrotliCompressorInputStream extends CompressorInputStream implements InputStreamStatistics
|
||||
{
|
||||
protected BrotliCompressorInputStream() {}
|
||||
public BrotliCompressorInputStream(InputStream p0){}
|
||||
public String toString(){ return null; }
|
||||
public boolean markSupported(){ return false; }
|
||||
public int available(){ return 0; }
|
||||
public int read(){ return 0; }
|
||||
public int read(byte[] p0){ return 0; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public long getCompressedCount(){ return 0; }
|
||||
public long skip(long p0){ return 0; }
|
||||
public void close(){}
|
||||
public void mark(int p0){}
|
||||
public void reset(){}
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.bzip2;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.compressors.CompressorInputStream;
|
||||
import org.apache.commons.compress.compressors.bzip2.BZip2Constants;
|
||||
import org.apache.commons.compress.utils.InputStreamStatistics;
|
||||
|
||||
public class BZip2CompressorInputStream extends CompressorInputStream implements BZip2Constants, InputStreamStatistics
|
||||
{
|
||||
protected BZip2CompressorInputStream() {}
|
||||
public BZip2CompressorInputStream(InputStream p0){}
|
||||
public BZip2CompressorInputStream(InputStream p0, boolean p1){}
|
||||
public int read(){ return 0; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public long getCompressedCount(){ return 0; }
|
||||
public static boolean matches(byte[] p0, int p1){ return false; }
|
||||
public void close(){}
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.bzip2.BZip2Constants for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.bzip2;
|
||||
|
||||
|
||||
interface BZip2Constants
|
||||
{
|
||||
static int BASEBLOCKSIZE = 0;
|
||||
static int G_SIZE = 0;
|
||||
static int MAX_ALPHA_SIZE = 0;
|
||||
static int MAX_CODE_LEN = 0;
|
||||
static int MAX_SELECTORS = 0;
|
||||
static int NUM_OVERSHOOT_BYTES = 0;
|
||||
static int N_GROUPS = 0;
|
||||
static int N_ITERS = 0;
|
||||
static int RUNA = 0;
|
||||
static int RUNB = 0;
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.deflate;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.compressors.CompressorInputStream;
|
||||
import org.apache.commons.compress.compressors.deflate.DeflateParameters;
|
||||
import org.apache.commons.compress.utils.InputStreamStatistics;
|
||||
|
||||
public class DeflateCompressorInputStream extends CompressorInputStream implements InputStreamStatistics
|
||||
{
|
||||
protected DeflateCompressorInputStream() {}
|
||||
public DeflateCompressorInputStream(InputStream p0){}
|
||||
public DeflateCompressorInputStream(InputStream p0, DeflateParameters p1){}
|
||||
public int available(){ return 0; }
|
||||
public int read(){ return 0; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public long getCompressedCount(){ return 0; }
|
||||
public long skip(long p0){ return 0; }
|
||||
public static boolean matches(byte[] p0, int p1){ return false; }
|
||||
public void close(){}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.deflate.DeflateParameters for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.deflate;
|
||||
|
||||
|
||||
public class DeflateParameters
|
||||
{
|
||||
public DeflateParameters(){}
|
||||
public boolean withZlibHeader(){ return false; }
|
||||
public int getCompressionLevel(){ return 0; }
|
||||
public void setCompressionLevel(int p0){}
|
||||
public void setWithZlibHeader(boolean p0){}
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.deflate64;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.compressors.CompressorInputStream;
|
||||
import org.apache.commons.compress.utils.InputStreamStatistics;
|
||||
|
||||
public class Deflate64CompressorInputStream extends CompressorInputStream implements InputStreamStatistics
|
||||
{
|
||||
protected Deflate64CompressorInputStream() {}
|
||||
public Deflate64CompressorInputStream(InputStream p0){}
|
||||
public int available(){ return 0; }
|
||||
public int read(){ return 0; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public long getCompressedCount(){ return 0; }
|
||||
public void close(){}
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.gzip;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.compressors.CompressorInputStream;
|
||||
import org.apache.commons.compress.compressors.gzip.GzipParameters;
|
||||
import org.apache.commons.compress.utils.InputStreamStatistics;
|
||||
|
||||
public class GzipCompressorInputStream extends CompressorInputStream implements InputStreamStatistics
|
||||
{
|
||||
protected GzipCompressorInputStream() {}
|
||||
public GzipCompressorInputStream(InputStream p0){}
|
||||
public GzipCompressorInputStream(InputStream p0, boolean p1){}
|
||||
public GzipParameters getMetaData(){ return null; }
|
||||
public int read(){ return 0; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public long getCompressedCount(){ return 0; }
|
||||
public static boolean matches(byte[] p0, int p1){ return false; }
|
||||
public void close(){}
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.gzip.GzipParameters for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.gzip;
|
||||
|
||||
|
||||
public class GzipParameters
|
||||
{
|
||||
public GzipParameters(){}
|
||||
public String getComment(){ return null; }
|
||||
public String getFilename(){ return null; }
|
||||
public int getBufferSize(){ return 0; }
|
||||
public int getCompressionLevel(){ return 0; }
|
||||
public int getDeflateStrategy(){ return 0; }
|
||||
public int getOperatingSystem(){ return 0; }
|
||||
public long getModificationTime(){ return 0; }
|
||||
public void setBufferSize(int p0){}
|
||||
public void setComment(String p0){}
|
||||
public void setCompressionLevel(int p0){}
|
||||
public void setDeflateStrategy(int p0){}
|
||||
public void setFilename(String p0){}
|
||||
public void setModificationTime(long p0){}
|
||||
public void setOperatingSystem(int p0){}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.lz4;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream;
|
||||
|
||||
public class BlockLZ4CompressorInputStream extends AbstractLZ77CompressorInputStream
|
||||
{
|
||||
protected BlockLZ4CompressorInputStream() {}
|
||||
public BlockLZ4CompressorInputStream(InputStream p0){}
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.lz77support;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.compressors.CompressorInputStream;
|
||||
import org.apache.commons.compress.utils.ByteUtils;
|
||||
import org.apache.commons.compress.utils.InputStreamStatistics;
|
||||
|
||||
abstract public class AbstractLZ77CompressorInputStream extends CompressorInputStream implements InputStreamStatistics
|
||||
{
|
||||
protected AbstractLZ77CompressorInputStream() {}
|
||||
protected final ByteUtils.ByteSupplier supplier = null;
|
||||
protected final boolean hasMoreDataInBlock(){ return false; }
|
||||
protected final int readBackReference(byte[] p0, int p1, int p2){ return 0; }
|
||||
protected final int readLiteral(byte[] p0, int p1, int p2){ return 0; }
|
||||
protected final int readOneByte(){ return 0; }
|
||||
protected final void startBackReference(int p0, long p1){}
|
||||
protected final void startLiteral(long p0){}
|
||||
public AbstractLZ77CompressorInputStream(InputStream p0, int p1){}
|
||||
public int available(){ return 0; }
|
||||
public int getSize(){ return 0; }
|
||||
public int read(){ return 0; }
|
||||
public long getCompressedCount(){ return 0; }
|
||||
public void close(){}
|
||||
public void prefill(byte[] p0){}
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.lzma;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.compressors.CompressorInputStream;
|
||||
import org.apache.commons.compress.utils.InputStreamStatistics;
|
||||
|
||||
public class LZMACompressorInputStream extends CompressorInputStream implements InputStreamStatistics
|
||||
{
|
||||
protected LZMACompressorInputStream() {}
|
||||
public LZMACompressorInputStream(InputStream p0){}
|
||||
public LZMACompressorInputStream(InputStream p0, int p1){}
|
||||
public int available(){ return 0; }
|
||||
public int read(){ return 0; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public long getCompressedCount(){ return 0; }
|
||||
public long skip(long p0){ return 0; }
|
||||
public static boolean matches(byte[] p0, int p1){ return false; }
|
||||
public void close(){}
|
||||
}
|
||||
@@ -1,42 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.lzw.LZWInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.lzw;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.nio.ByteOrder;
|
||||
import org.apache.commons.compress.compressors.CompressorInputStream;
|
||||
import org.apache.commons.compress.utils.BitInputStream;
|
||||
import org.apache.commons.compress.utils.InputStreamStatistics;
|
||||
|
||||
abstract public class LZWInputStream extends CompressorInputStream implements InputStreamStatistics
|
||||
{
|
||||
protected LZWInputStream() {}
|
||||
protected LZWInputStream(InputStream p0, ByteOrder p1){}
|
||||
protected abstract int addEntry(int p0, byte p1);
|
||||
protected abstract int decompressNextSymbol();
|
||||
protected final BitInputStream in = null;
|
||||
protected int addEntry(int p0, byte p1, int p2){ return 0; }
|
||||
protected int addRepeatOfPreviousCode(){ return 0; }
|
||||
protected int expandCodeToOutputStack(int p0, boolean p1){ return 0; }
|
||||
protected int getClearCode(){ return 0; }
|
||||
protected int getCodeSize(){ return 0; }
|
||||
protected int getPrefix(int p0){ return 0; }
|
||||
protected int getPrefixesLength(){ return 0; }
|
||||
protected int getTableSize(){ return 0; }
|
||||
protected int readNextCode(){ return 0; }
|
||||
protected static int DEFAULT_CODE_SIZE = 0;
|
||||
protected static int UNUSED_PREFIX = 0;
|
||||
protected void incrementCodeSize(){}
|
||||
protected void initializeTables(int p0){}
|
||||
protected void initializeTables(int p0, int p1){}
|
||||
protected void resetCodeSize(){}
|
||||
protected void resetPreviousCode(){}
|
||||
protected void setClearCode(int p0){}
|
||||
protected void setCodeSize(int p0){}
|
||||
protected void setPrefix(int p0, int p1){}
|
||||
protected void setTableSize(int p0){}
|
||||
public int read(){ return 0; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public long getCompressedCount(){ return 0; }
|
||||
public void close(){}
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.pack200;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.InputStream;
|
||||
import java.util.Map;
|
||||
import org.apache.commons.compress.compressors.CompressorInputStream;
|
||||
import org.apache.commons.compress.compressors.pack200.Pack200Strategy;
|
||||
|
||||
public class Pack200CompressorInputStream extends CompressorInputStream
|
||||
{
|
||||
protected Pack200CompressorInputStream() {}
|
||||
public Pack200CompressorInputStream(File p0){}
|
||||
public Pack200CompressorInputStream(File p0, Map<String, String> p1){}
|
||||
public Pack200CompressorInputStream(File p0, Pack200Strategy p1){}
|
||||
public Pack200CompressorInputStream(File p0, Pack200Strategy p1, Map<String, String> p2){}
|
||||
public Pack200CompressorInputStream(InputStream p0){}
|
||||
public Pack200CompressorInputStream(InputStream p0, Map<String, String> p1){}
|
||||
public Pack200CompressorInputStream(InputStream p0, Pack200Strategy p1){}
|
||||
public Pack200CompressorInputStream(InputStream p0, Pack200Strategy p1, Map<String, String> p2){}
|
||||
public boolean markSupported(){ return false; }
|
||||
public int available(){ return 0; }
|
||||
public int read(){ return 0; }
|
||||
public int read(byte[] p0){ return 0; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public long skip(long p0){ return 0; }
|
||||
public static boolean matches(byte[] p0, int p1){ return false; }
|
||||
public void close(){}
|
||||
public void mark(int p0){}
|
||||
public void reset(){}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.pack200.Pack200Strategy for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.pack200;
|
||||
|
||||
public enum Pack200Strategy
|
||||
{
|
||||
IN_MEMORY, TEMP_FILE;
|
||||
private Pack200Strategy() {}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.snappy;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream;
|
||||
|
||||
public class SnappyCompressorInputStream extends AbstractLZ77CompressorInputStream
|
||||
{
|
||||
protected SnappyCompressorInputStream() {}
|
||||
public SnappyCompressorInputStream(InputStream p0){}
|
||||
public SnappyCompressorInputStream(InputStream p0, int p1){}
|
||||
public int getSize(){ return 0; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public static int DEFAULT_BLOCK_SIZE = 0;
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.xz.XZCompressorInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.xz;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.compressors.CompressorInputStream;
|
||||
import org.apache.commons.compress.utils.InputStreamStatistics;
|
||||
|
||||
public class XZCompressorInputStream extends CompressorInputStream implements InputStreamStatistics
|
||||
{
|
||||
protected XZCompressorInputStream() {}
|
||||
public XZCompressorInputStream(InputStream p0){}
|
||||
public XZCompressorInputStream(InputStream p0, boolean p1){}
|
||||
public XZCompressorInputStream(InputStream p0, boolean p1, int p2){}
|
||||
public int available(){ return 0; }
|
||||
public int read(){ return 0; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public long getCompressedCount(){ return 0; }
|
||||
public long skip(long p0){ return 0; }
|
||||
public static boolean matches(byte[] p0, int p1){ return false; }
|
||||
public void close(){}
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.z.ZCompressorInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.z;
|
||||
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.compressors.lzw.LZWInputStream;
|
||||
|
||||
public class ZCompressorInputStream extends LZWInputStream
|
||||
{
|
||||
protected ZCompressorInputStream() {}
|
||||
protected int addEntry(int p0, byte p1){ return 0; }
|
||||
protected int decompressNextSymbol(){ return 0; }
|
||||
protected int readNextCode(){ return 0; }
|
||||
public ZCompressorInputStream(InputStream p0){}
|
||||
public ZCompressorInputStream(InputStream p0, int p1){}
|
||||
public static boolean matches(byte[] p0, int p1){ return false; }
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.compressors.zstandard;
|
||||
|
||||
import com.github.luben.zstd.BufferPool;
|
||||
import java.io.InputStream;
|
||||
import org.apache.commons.compress.compressors.CompressorInputStream;
|
||||
import org.apache.commons.compress.utils.InputStreamStatistics;
|
||||
|
||||
public class ZstdCompressorInputStream extends CompressorInputStream implements InputStreamStatistics
|
||||
{
|
||||
protected ZstdCompressorInputStream() {}
|
||||
public String toString(){ return null; }
|
||||
public ZstdCompressorInputStream(InputStream p0){}
|
||||
public ZstdCompressorInputStream(InputStream p0, BufferPool p1){}
|
||||
public boolean markSupported(){ return false; }
|
||||
public int available(){ return 0; }
|
||||
public int read(){ return 0; }
|
||||
public int read(byte[] p0){ return 0; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public long getCompressedCount(){ return 0; }
|
||||
public long skip(long p0){ return 0; }
|
||||
public void close(){}
|
||||
public void mark(int p0){}
|
||||
public void reset(){}
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.utils.BitInputStream for testing purposes
|
||||
|
||||
package org.apache.commons.compress.utils;
|
||||
|
||||
import java.io.Closeable;
|
||||
import java.io.InputStream;
|
||||
import java.nio.ByteOrder;
|
||||
|
||||
public class BitInputStream implements Closeable
|
||||
{
|
||||
protected BitInputStream() {}
|
||||
public BitInputStream(InputStream p0, ByteOrder p1){}
|
||||
public int bitsCached(){ return 0; }
|
||||
public long bitsAvailable(){ return 0; }
|
||||
public long getBytesRead(){ return 0; }
|
||||
public long readBits(int p0){ return 0; }
|
||||
public void alignWithByteBoundary(){}
|
||||
public void clearBitCache(){}
|
||||
public void close(){}
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.utils.ByteUtils for testing purposes
|
||||
|
||||
package org.apache.commons.compress.utils;
|
||||
|
||||
import java.io.DataInput;
|
||||
import java.io.DataOutput;
|
||||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
|
||||
public class ByteUtils
|
||||
{
|
||||
protected ByteUtils() {}
|
||||
public static byte[] EMPTY_BYTE_ARRAY = null;
|
||||
public static long fromLittleEndian(ByteUtils.ByteSupplier p0, int p1){ return 0; }
|
||||
public static long fromLittleEndian(DataInput p0, int p1){ return 0; }
|
||||
public static long fromLittleEndian(InputStream p0, int p1){ return 0; }
|
||||
public static long fromLittleEndian(byte[] p0){ return 0; }
|
||||
public static long fromLittleEndian(byte[] p0, int p1, int p2){ return 0; }
|
||||
public static void toLittleEndian(ByteUtils.ByteConsumer p0, long p1, int p2){}
|
||||
public static void toLittleEndian(DataOutput p0, long p1, int p2){}
|
||||
public static void toLittleEndian(OutputStream p0, long p1, int p2){}
|
||||
public static void toLittleEndian(byte[] p0, long p1, int p2, int p3){}
|
||||
static public interface ByteConsumer
|
||||
{
|
||||
void accept(int p0);
|
||||
}
|
||||
static public interface ByteSupplier
|
||||
{
|
||||
int getAsByte();
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
// Generated automatically from org.apache.commons.compress.utils.InputStreamStatistics for testing purposes
|
||||
|
||||
package org.apache.commons.compress.utils;
|
||||
|
||||
|
||||
public interface InputStreamStatistics
|
||||
{
|
||||
long getCompressedCount();
|
||||
long getUncompressedCount();
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
// Generated automatically from org.xerial.snappy.SnappyInputStream for testing purposes
|
||||
|
||||
package org.xerial.snappy;
|
||||
|
||||
import java.io.InputStream;
|
||||
|
||||
public class SnappyInputStream extends InputStream
|
||||
{
|
||||
protected SnappyInputStream() {}
|
||||
protected boolean hasNextChunk(){ return false; }
|
||||
protected final InputStream in = null;
|
||||
protected void readFully(byte[] p0, int p1){}
|
||||
protected void readHeader(){}
|
||||
public SnappyInputStream(InputStream p0){}
|
||||
public int available(){ return 0; }
|
||||
public int rawRead(Object p0, int p1, int p2){ return 0; }
|
||||
public int read(){ return 0; }
|
||||
public int read(byte[] p0, int p1, int p2){ return 0; }
|
||||
public int read(double[] p0){ return 0; }
|
||||
public int read(double[] p0, int p1, int p2){ return 0; }
|
||||
public int read(float[] p0){ return 0; }
|
||||
public int read(float[] p0, int p1, int p2){ return 0; }
|
||||
public int read(int[] p0){ return 0; }
|
||||
public int read(int[] p0, int p1, int p2){ return 0; }
|
||||
public int read(long[] p0){ return 0; }
|
||||
public int read(long[] p0, int p1, int p2){ return 0; }
|
||||
public int read(short[] p0){ return 0; }
|
||||
public int read(short[] p0, int p1, int p2){ return 0; }
|
||||
public void close(){}
|
||||
}
|
||||
Reference in New Issue
Block a user