A C D E F G H I L M N O P R S T U W Z

A

AsiExtraField - class org.apache.commons.compress.zip.AsiExtraField.
Adds Unix file permission and UID/GID fields as well as symbolic link handling.
AsiExtraField() - Constructor for class org.apache.commons.compress.zip.AsiExtraField
 
addExtraField(ZipExtraField) - Method in class org.apache.commons.compress.zip.ZipEntry
Adds an extra fields - replacing an already present extra field of the same type.
available() - Method in class org.apache.commons.compress.tar.TarInputStream
Get the available data that can be read from the current entry in the archive.

C

CBZip2InputStream - class org.apache.commons.compress.bzip2.CBZip2InputStream.
An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
CBZip2InputStream(InputStream) - Constructor for class org.apache.commons.compress.bzip2.CBZip2InputStream
 
CBZip2OutputStream - class org.apache.commons.compress.bzip2.CBZip2OutputStream.
An output stream that compresses into the BZip2 format (without the file header chars) into another stream.
CBZip2OutputStream(OutputStream) - Constructor for class org.apache.commons.compress.bzip2.CBZip2OutputStream
 
CBZip2OutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.bzip2.CBZip2OutputStream
 
CFH_SIG - Static variable in class org.apache.commons.compress.zip.ZipOutputStream
central file header signature
clone() - Method in class org.apache.commons.compress.zip.ZipEntry
Overwrite clone
close() - Method in class org.apache.commons.compress.bzip2.CBZip2OutputStream
 
close() - Method in class org.apache.commons.compress.tar.TarInputStream
Closes this stream.
close() - Method in class org.apache.commons.compress.tar.TarOutputStream
Ends the TAR archive and closes the underlying OutputStream.
closeEntry() - Method in class org.apache.commons.compress.tar.TarOutputStream
Close an entry.
closeEntry() - Method in class org.apache.commons.compress.zip.ZipOutputStream
Writes all necessary data for this entry.
copyEntryContents(OutputStream) - Method in class org.apache.commons.compress.tar.TarInputStream
Copies the contents of the current tar archive entry directly into an output stream.
copyEntryContents(InputStream) - Method in class org.apache.commons.compress.tar.TarOutputStream
Copies the contents of the specified stream into current tar archive entry.
createExtraField(ZipShort) - Static method in class org.apache.commons.compress.zip.ExtraFieldUtils
Create an instance of the approriate ExtraField, falls back to UnrecognizedExtraField.

D

DD_SIG - Static variable in class org.apache.commons.compress.zip.ZipOutputStream
data descriptor signature
DEFAULT_DIR_PERM - Static variable in interface org.apache.commons.compress.zip.UnixStat
Default permissions for directories.
DEFAULT_FILE_PERM - Static variable in interface org.apache.commons.compress.zip.UnixStat
Default permissions for plain files.
DEFAULT_LINK_PERM - Static variable in interface org.apache.commons.compress.zip.UnixStat
Default permissions for symbolic links.
DEFLATED - Static variable in class org.apache.commons.compress.zip.ZipOutputStream
Compression method for deflated entries.
DIR_FLAG - Static variable in interface org.apache.commons.compress.zip.UnixStat
Indicates directories.
debug(String) - Method in class org.apache.commons.compress.tar.TarInputStream
Utility method to do debugging.

E

EOCD_SIG - Static variable in class org.apache.commons.compress.zip.ZipOutputStream
end of central dir signature
ExtraFieldUtils - class org.apache.commons.compress.zip.ExtraFieldUtils.
ZipExtraField related methods
ExtraFieldUtils() - Constructor for class org.apache.commons.compress.zip.ExtraFieldUtils
 
equals(TarEntry) - Method in class org.apache.commons.compress.tar.TarEntry
Determine if the two entries are equal.
equals(Object) - Method in class org.apache.commons.compress.zip.ZipLong
Override to make two instances with same value equal.
equals(Object) - Method in class org.apache.commons.compress.zip.ZipShort
Override to make two instances with same value equal.

F

FILE_FLAG - Static variable in interface org.apache.commons.compress.zip.UnixStat
Indicates plain files.
finalize() - Method in class org.apache.commons.compress.bzip2.CBZip2OutputStream
 
finish() - Method in class org.apache.commons.compress.tar.TarOutputStream
Ends the TAR archive without closing the underlying OutputStream.
finish() - Method in class org.apache.commons.compress.zip.ZipOutputStream
Finishs writing the contents and closes this as well as the underlying stream.
flush() - Method in class org.apache.commons.compress.bzip2.CBZip2OutputStream
 

G

getBytes() - Method in class org.apache.commons.compress.zip.ZipLong
Get value as two bytes in big endian byte order.
getBytes(String) - Method in class org.apache.commons.compress.zip.ZipOutputStream
Retrieve the bytes for the given String in the encoding set for this Stream.
getBytes() - Method in class org.apache.commons.compress.zip.ZipShort
Get value as two bytes in big endian byte order.
getCentralDirectoryData() - Method in class org.apache.commons.compress.zip.AsiExtraField
Delegate to local file data.
getCentralDirectoryData() - Method in class org.apache.commons.compress.zip.UnrecognizedExtraField
Get the central directory data.
getCentralDirectoryData() - Method in interface org.apache.commons.compress.zip.ZipExtraField
The actual data to put central directory - without Header-ID or length specifier.
getCentralDirectoryExtra() - Method in class org.apache.commons.compress.zip.ZipEntry
Retrieves the extra data for the central directory.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.zip.AsiExtraField
Delegate to local file data.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.zip.UnrecognizedExtraField
Get the length of the central directory in bytes.
getCentralDirectoryLength() - Method in interface org.apache.commons.compress.zip.ZipExtraField
Length of the extra field in the central directory - without Header-ID or length specifier.
getCheckSum() - Method in class org.apache.commons.compress.tar.TarEntry
Get this entry's checksum.
getCompressedSize() - Method in class org.apache.commons.compress.zip.ZipEntry
Override to make this class work in JDK 1.1 like a 1.2 class.
getDirectoryEntries() - Method in class org.apache.commons.compress.tar.TarEntry
If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's children.
getEncoding() - Method in class org.apache.commons.compress.zip.ZipOutputStream
The encoding to use for filenames and the file comment.
getExternalAttributes() - Method in class org.apache.commons.compress.zip.ZipEntry
Retrieves the external file attributes.
getExtraFields() - Method in class org.apache.commons.compress.zip.ZipEntry
Retrieves extra fields.
getFile() - Method in class org.apache.commons.compress.tar.TarEntry
Get this entry's file.
getGroupID() - Method in class org.apache.commons.compress.tar.TarEntry
Get this entry's group id.
getGroupID() - Method in class org.apache.commons.compress.zip.AsiExtraField
Get the group id.
getGroupId() - Method in class org.apache.commons.compress.tar.TarEntry
Deprecated. Use getGroupID() instead
getGroupId() - Method in class org.apache.commons.compress.zip.AsiExtraField
Deprecated. Use getGroupID() instead
getGroupName() - Method in class org.apache.commons.compress.tar.TarEntry
Get this entry's group name.
getHeaderID() - Method in class org.apache.commons.compress.zip.AsiExtraField
The Header-ID.
getHeaderID() - Method in class org.apache.commons.compress.zip.UnrecognizedExtraField
Get the HeaderID.
getHeaderID() - Method in interface org.apache.commons.compress.zip.ZipExtraField
The Header-ID.
getHeaderId() - Method in class org.apache.commons.compress.zip.UnrecognizedExtraField
Deprecated. Use getHeaderID() instead
getInternalAttributes() - Method in class org.apache.commons.compress.zip.ZipEntry
Retrieves the internal file attributes.
getLinkedFile() - Method in class org.apache.commons.compress.zip.AsiExtraField
Name of linked file
getLocalFileDataData() - Method in class org.apache.commons.compress.zip.AsiExtraField
The actual data to put into local file data - without Header-ID or length specifier.
getLocalFileDataData() - Method in class org.apache.commons.compress.zip.UnrecognizedExtraField
Get the local file data.
getLocalFileDataData() - Method in interface org.apache.commons.compress.zip.ZipExtraField
The actual data to put into local file data - without Header-ID or length specifier.
getLocalFileDataExtra() - Method in class org.apache.commons.compress.zip.ZipEntry
Retrieves the extra data for the local file data.
getLocalFileDataLength() - Method in class org.apache.commons.compress.zip.AsiExtraField
Length of the extra field in the local file data - without Header-ID or length specifier.
getLocalFileDataLength() - Method in class org.apache.commons.compress.zip.UnrecognizedExtraField
Get the length of local file data in bytes.
getLocalFileDataLength() - Method in interface org.apache.commons.compress.zip.ZipExtraField
Length of the extra field in the local file data - without Header-ID or length specifier.
getModTime() - Method in class org.apache.commons.compress.tar.TarEntry
Set this entry's modification time.
getMode() - Method in class org.apache.commons.compress.tar.TarEntry
Get this entry's mode.
getMode() - Method in class org.apache.commons.compress.zip.AsiExtraField
File mode of this file.
getMode(int) - Method in class org.apache.commons.compress.zip.AsiExtraField
Get the file mode for given permissions with the correct file type.
getName() - Method in class org.apache.commons.compress.tar.TarEntry
Get this entry's name.
getNextEntry() - Method in class org.apache.commons.compress.tar.TarInputStream
Get the next entry in this tar archive.
getRecordSize() - Method in class org.apache.commons.compress.tar.TarInputStream
Get the record size being used by this stream's TarBuffer.
getRecordSize() - Method in class org.apache.commons.compress.tar.TarOutputStream
Get the record size being used by this stream's TarBuffer.
getSize() - Method in class org.apache.commons.compress.tar.TarEntry
Get this entry's file size.
getUserID() - Method in class org.apache.commons.compress.tar.TarEntry
Get this entry's user id.
getUserID() - Method in class org.apache.commons.compress.zip.AsiExtraField
Get the user id.
getUserId() - Method in class org.apache.commons.compress.tar.TarEntry
Deprecated. Use getUserID() instead
getUserId() - Method in class org.apache.commons.compress.zip.AsiExtraField
Deprecated. Use getUserID()
getUserName() - Method in class org.apache.commons.compress.tar.TarEntry
Get this entry's user name.
getValue() - Method in class org.apache.commons.compress.zip.ZipLong
Get value as Java int.
getValue() - Method in class org.apache.commons.compress.zip.ZipShort
Get value as Java int.

H

hashCode() - Method in class org.apache.commons.compress.zip.ZipLong
Override to make two instances with same value equal.
hashCode() - Method in class org.apache.commons.compress.zip.ZipShort
Override to make two instances with same value equal.

I

isDescendent(TarEntry) - Method in class org.apache.commons.compress.tar.TarEntry
Determine if the given entry is a descendant of this entry.
isDirectory() - Method in class org.apache.commons.compress.tar.TarEntry
Return whether or not this entry represents a directory.
isDirectory() - Method in class org.apache.commons.compress.zip.AsiExtraField
Is this entry a directory?
isGNULongNameEntry() - Method in class org.apache.commons.compress.tar.TarEntry
Indicate if this entry is a GNU long name block
isLink() - Method in class org.apache.commons.compress.zip.AsiExtraField
Is this entry a symbolic link?

L

LFH_SIG - Static variable in class org.apache.commons.compress.zip.ZipOutputStream
local file header signature
LINK_FLAG - Static variable in interface org.apache.commons.compress.zip.UnixStat
Indicates symbolic links.
LONGFILE_ERROR - Static variable in class org.apache.commons.compress.tar.TarOutputStream
Flag to indicate that an error should be generated if an attempt is made to write an entry that exceeds the 100 char POSIX limit.
LONGFILE_GNU - Static variable in class org.apache.commons.compress.tar.TarOutputStream
Flag to indicate that entry name should be formatted according to GNU tar extension if an attempt is made to write an entry that exceeds the 100 char POSIX limit.
LONGFILE_TRUNCATE - Static variable in class org.apache.commons.compress.tar.TarOutputStream
Flag to indicate that entry name should be truncated if an attempt is made to write an entry that exceeds the 100 char POSIX limit.

M

mark(int) - Method in class org.apache.commons.compress.tar.TarInputStream
Since we do not support marking just yet, we do nothing.
markSupported() - Method in class org.apache.commons.compress.tar.TarInputStream
Since we do not support marking just yet, we return false.
mergeCentralDirectoryData(ZipExtraField[]) - Static method in class org.apache.commons.compress.zip.ExtraFieldUtils
Merges the central directory fields of the given ZipExtraFields.
mergeLocalFileDataData(ZipExtraField[]) - Static method in class org.apache.commons.compress.zip.ExtraFieldUtils
Merges the local file data fields of the given ZipExtraFields.

N

NAMELEN - Static variable in class org.apache.commons.compress.tar.TarEntry
The length of the name field in a header buffer.

O

org.apache.commons.compress.bzip2 - package org.apache.commons.compress.bzip2
Streams that compress and decompress the BZip2 format (without the file header chars).
org.apache.commons.compress.tar - package org.apache.commons.compress.tar
 
org.apache.commons.compress.zip - package org.apache.commons.compress.zip
Zip Utilities that extend JDK zip classes by adding better handling of extra fields.

P

PERM_MASK - Static variable in interface org.apache.commons.compress.zip.UnixStat
Bits used for permissions (and sticky bit)
parse(byte[]) - Static method in class org.apache.commons.compress.zip.ExtraFieldUtils
Split the array into ExtraFields and populate them with the give data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.zip.AsiExtraField
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.zip.UnrecognizedExtraField
Parse LocalFiledata out of supplied buffer.
parseFromLocalFileData(byte[], int, int) - Method in interface org.apache.commons.compress.zip.ZipExtraField
Populate data from this array as if it was in local file data.
putNextEntry(TarEntry) - Method in class org.apache.commons.compress.tar.TarOutputStream
Put an entry on the output stream.
putNextEntry(ZipEntry) - Method in class org.apache.commons.compress.zip.ZipOutputStream
Begin writing next entry.

R

read() - Method in class org.apache.commons.compress.bzip2.CBZip2InputStream
 
read() - Method in class org.apache.commons.compress.tar.TarInputStream
Reads a byte from the current tar archive entry.
read(byte[]) - Method in class org.apache.commons.compress.tar.TarInputStream
Reads bytes from the current tar archive entry.
read(byte[], int, int) - Method in class org.apache.commons.compress.tar.TarInputStream
Reads bytes from the current tar archive entry.
register(Class) - Static method in class org.apache.commons.compress.zip.ExtraFieldUtils
Register a ZipExtraField implementation.
removeExtraField(ZipShort) - Method in class org.apache.commons.compress.zip.ZipEntry
Remove an extra fields.
reset() - Method in class org.apache.commons.compress.tar.TarInputStream
Since we do not support marking just yet, we do nothing.

S

STORED - Static variable in class org.apache.commons.compress.zip.ZipOutputStream
Compression method for deflated entries.
setBufferDebug(boolean) - Method in class org.apache.commons.compress.tar.TarOutputStream
Sets the debugging flag in this stream's TarBuffer.
setCentralDirectoryData(byte[]) - Method in class org.apache.commons.compress.zip.UnrecognizedExtraField
Set the central directory data
setComment(String) - Method in class org.apache.commons.compress.zip.ZipOutputStream
Set the file comment.
setComprSize(long) - Method in class org.apache.commons.compress.zip.ZipEntry
Make this class work in JDK 1.1 like a 1.2 class.
setDebug(boolean) - Method in class org.apache.commons.compress.tar.TarInputStream
Sets the debugging flag.
setDirectory(boolean) - Method in class org.apache.commons.compress.zip.AsiExtraField
Indicate whether this entry is a directory.
setEncoding(String) - Method in class org.apache.commons.compress.zip.ZipOutputStream
The encoding to use for filenames and the file comment.
setExternalAttributes(long) - Method in class org.apache.commons.compress.zip.ZipEntry
Sets the external file attributes.
setExtra(byte[]) - Method in class org.apache.commons.compress.zip.ZipEntry
Throws an Exception if extra data cannot be parsed into extra fields.
setExtra() - Method in class org.apache.commons.compress.zip.ZipEntry
Unfortunately java.util.zip.ZipOutputStream seems to access the extra data directly, so overriding getExtra doesn't help - we need to modify super's data directly.
setExtraFields(ZipExtraField[]) - Method in class org.apache.commons.compress.zip.ZipEntry
Replaces all currently attached extra fields with the new array.
setGroupID(int) - Method in class org.apache.commons.compress.tar.TarEntry
Set this entry's group id.
setGroupId(int) - Method in class org.apache.commons.compress.tar.TarEntry
Deprecated. Use setGroupID() instead
setGroupId(int) - Method in class org.apache.commons.compress.zip.AsiExtraField
Set the group id.
setGroupName(String) - Method in class org.apache.commons.compress.tar.TarEntry
Set this entry's group name.
setHeaderID(ZipShort) - Method in class org.apache.commons.compress.zip.UnrecognizedExtraField
Set the header ID.
setHeaderId(ZipShort) - Method in class org.apache.commons.compress.zip.UnrecognizedExtraField
Deprecated. Use setHeaderID() instead
setInternalAttributes(int) - Method in class org.apache.commons.compress.zip.ZipEntry
Sets the internal file attributes.
setLevel(int) - Method in class org.apache.commons.compress.zip.ZipOutputStream
Sets the compression level for subsequent entries.
setLinkedFile(String) - Method in class org.apache.commons.compress.zip.AsiExtraField
Indicate that this entry is a symbolic link to the given filename.
setLocalFileDataData(byte[]) - Method in class org.apache.commons.compress.zip.UnrecognizedExtraField
Set the local file data.
setLongFileMode(int) - Method in class org.apache.commons.compress.tar.TarOutputStream
Set the mode used to work with entrys exceeding 100 chars (and thus break the POSIX standard).
setMethod(int) - Method in class org.apache.commons.compress.zip.ZipOutputStream
Sets the default compression method for subsequent entries.
setModTime(long) - Method in class org.apache.commons.compress.tar.TarEntry
Set this entry's modification time.
setModTime(Date) - Method in class org.apache.commons.compress.tar.TarEntry
Set this entry's modification time.
setMode(int) - Method in class org.apache.commons.compress.tar.TarEntry
Set the mode for this entry
setMode(int) - Method in class org.apache.commons.compress.zip.AsiExtraField
File mode of this file.
setName(String) - Method in class org.apache.commons.compress.tar.TarEntry
Set this entry's name.
setSize(long) - Method in class org.apache.commons.compress.tar.TarEntry
Set this entry's file size.
setUserID(int) - Method in class org.apache.commons.compress.tar.TarEntry
Set this entry's user id.
setUserID(int) - Method in class org.apache.commons.compress.zip.AsiExtraField
Set the user id.
setUserId(int) - Method in class org.apache.commons.compress.tar.TarEntry
Deprecated. Use setUserID() instead
setUserId(int) - Method in class org.apache.commons.compress.zip.AsiExtraField
Deprecated. Use setUserID(int)
setUserName(String) - Method in class org.apache.commons.compress.tar.TarEntry
Set this entry's user name.
skip(int) - Method in class org.apache.commons.compress.tar.TarInputStream
Skip bytes in the input buffer.

T

TarEntry - class org.apache.commons.compress.tar.TarEntry.
This class represents an entry in a Tar archive.
TarEntry(String) - Constructor for class org.apache.commons.compress.tar.TarEntry
Construct an entry with only a name.
TarEntry(String, byte) - Constructor for class org.apache.commons.compress.tar.TarEntry
Construct an entry with a name an a link flag.
TarEntry(File) - Constructor for class org.apache.commons.compress.tar.TarEntry
Construct an entry for a file.
TarEntry(byte[]) - Constructor for class org.apache.commons.compress.tar.TarEntry
Construct an entry from an archive's header bytes.
TarInputStream - class org.apache.commons.compress.tar.TarInputStream.
The TarInputStream reads a UNIX tar archive as an InputStream.
TarInputStream(InputStream) - Constructor for class org.apache.commons.compress.tar.TarInputStream
Construct a TarInputStream using specified input stream and default block and record sizes.
TarInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.tar.TarInputStream
Construct a TarInputStream using specified input stream, block size and default record sizes.
TarInputStream(InputStream, int, int) - Constructor for class org.apache.commons.compress.tar.TarInputStream
Construct a TarInputStream using specified input stream, block size and record sizes.
TarOutputStream - class org.apache.commons.compress.tar.TarOutputStream.
The TarOutputStream writes a UNIX tar archive as an OutputStream.
TarOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.tar.TarOutputStream
Construct a TarOutputStream using specified input stream and default block and record sizes.
TarOutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.tar.TarOutputStream
Construct a TarOutputStream using specified input stream, block size and default record sizes.
TarOutputStream(OutputStream, int, int) - Constructor for class org.apache.commons.compress.tar.TarOutputStream
Construct a TarOutputStream using specified input stream, block size and record sizes.
toDosTime(Date) - Static method in class org.apache.commons.compress.zip.ZipOutputStream
Convert a Date object to a DOS date/time field.

U

UnixStat - interface org.apache.commons.compress.zip.UnixStat.
Constants from stat.h on Unix systems.
UnrecognizedExtraField - class org.apache.commons.compress.zip.UnrecognizedExtraField.
Simple placeholder for all those extra fields we don't want to deal with.
UnrecognizedExtraField() - Constructor for class org.apache.commons.compress.zip.UnrecognizedExtraField
 

W

write(int) - Method in class org.apache.commons.compress.bzip2.CBZip2OutputStream
modified by Oliver Merkel, 010128
write(int) - Method in class org.apache.commons.compress.tar.TarOutputStream
Writes a byte to the current tar archive entry.
write(byte[]) - Method in class org.apache.commons.compress.tar.TarOutputStream
Writes bytes to the current tar archive entry.
write(byte[], int, int) - Method in class org.apache.commons.compress.tar.TarOutputStream
Writes bytes to the current tar archive entry.
write(byte[], int, int) - Method in class org.apache.commons.compress.zip.ZipOutputStream
Writes bytes to ZIP entry.
writeCentralDirectoryEnd() - Method in class org.apache.commons.compress.zip.ZipOutputStream
Writes the "End of central dir record"
writeCentralFileHeader(ZipEntry) - Method in class org.apache.commons.compress.zip.ZipOutputStream
Writes the central file header entry
writeDataDescriptor(ZipEntry) - Method in class org.apache.commons.compress.zip.ZipOutputStream
Writes the data descriptor entry
writeEntryHeader(byte[]) - Method in class org.apache.commons.compress.tar.TarEntry
Write an entry's header information to a header buffer.
writeLocalFileHeader(ZipEntry) - Method in class org.apache.commons.compress.zip.ZipOutputStream
Writes the local file header entry

Z

ZipEntry - class org.apache.commons.compress.zip.ZipEntry.
Extension that adds better handling of extra fields and provides access to the internal and external file attributes.
ZipEntry(String) - Constructor for class org.apache.commons.compress.zip.ZipEntry
Creates a new zip entry with the specified name.
ZipEntry(ZipEntry) - Constructor for class org.apache.commons.compress.zip.ZipEntry
Creates a new zip entry with fields taken from the specified zip entry.
ZipEntry(ZipEntry) - Constructor for class org.apache.commons.compress.zip.ZipEntry
Creates a new zip entry with fields taken from the specified zip entry.
ZipExtraField - interface org.apache.commons.compress.zip.ZipExtraField.
General format of extra field data.
ZipLong - class org.apache.commons.compress.zip.ZipLong.
Utility class that represents a four byte integer with conversion rules for the big endian byte order of ZIP files.
ZipLong(long) - Constructor for class org.apache.commons.compress.zip.ZipLong
Create instance from a number.
ZipLong(byte[]) - Constructor for class org.apache.commons.compress.zip.ZipLong
Create instance from bytes.
ZipLong(byte[], int) - Constructor for class org.apache.commons.compress.zip.ZipLong
Create instance from the four bytes starting at offset.
ZipOutputStream - class org.apache.commons.compress.zip.ZipOutputStream.
Reimplementation of java.util.zip.ZipOutputStream that does handle the extended functionality of this package, especially internal/external file attributes and extra fields with different layouts for local file data and central directory entries.
ZipOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.zip.ZipOutputStream
Creates a new ZIP OutputStream filtering the underlying stream.
ZipShort - class org.apache.commons.compress.zip.ZipShort.
Utility class that represents a two byte integer with conversion rules for the big endian byte order of ZIP files.
ZipShort(int) - Constructor for class org.apache.commons.compress.zip.ZipShort
Create instance from a number.
ZipShort(byte[]) - Constructor for class org.apache.commons.compress.zip.ZipShort
Create instance from bytes.
ZipShort(byte[], int) - Constructor for class org.apache.commons.compress.zip.ZipShort
Create instance from the two bytes starting at offset.

A C D E F G H I L M N O P R S T U W Z

Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.