A C E G I N O P R S T V W

A

ArchiveFormat - Enum in net.sf.sevenzipjbinding
Enumeration of all supported archive types.

C

close() - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
Close archive.
close() - Method in class net.sf.sevenzipjbinding.impl.RandomAccessFileInStream
Closes random access file.
close() - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Close archive.
close() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveImpl
Close archive.
close() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchive
Close archive.
cryptoGetTextPassword() - Method in interface net.sf.sevenzipjbinding.ICryptoGetTextPassword
Returns password

E

extract(int[], boolean, IArchiveExtractCallback) - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
Extract archive items with indices indices.
Note: passing sorted indices array is more efficient.
extract(int[], boolean, IArchiveExtractCallback) - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Extract archive items with indices indices.
Note: passing sorted indices array is more efficient.
ExtractAskMode - Enum in net.sf.sevenzipjbinding
Enumeration of 'Ask Modes' for extract operations
ExtractOperationResult - Enum in net.sf.sevenzipjbinding
Enumeration of possible operation results by extracting operations.
extractSlow(int, ISequentialOutStream) - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
Extract one item from archive.
extractSlow(int, ISequentialOutStream, String) - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
Extract one item from archive.
extractSlow(int, ISequentialOutStream) - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Extract one item from archive.
extractSlow(int, ISequentialOutStream, String) - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Extract one item from archive.
extractSlow(ISequentialOutStream) - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
 
extractSlow(ISequentialOutStream, String) - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
 
extractSlow(ISequentialOutStream) - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Extract one archive item.
extractSlow(ISequentialOutStream, String) - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Extract one archive item.

G

getArchiveFormat() - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
$Return archive format of the opened archive.
getArchiveFormat() - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Return archive format of the opened archive.
getArchiveItem(int) - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveImpl
$Return a simple representation of the archive item with index index.
getArchiveItem(int) - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchive
Return a simple representation of the archive item with index index.
getArchiveItems() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveImpl
Return array of archive items with ISimpleInArchive.getNumberOfItems() elements.
getArchiveItems() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchive
Return array of archive items with ISimpleInArchive.getNumberOfItems() elements.
getArchiveProperty(PropID) - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
Get value of archive property propID.
getArchiveProperty(PropID) - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Get value of archive property propID.
getArchivePropertyInfo(PropID) - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
Get information about archive property propID.

Use PropID.getPropIDByIndex(int) to get PropID enumeration element with specified index.
getArchivePropertyInfo(PropID) - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Get information about archive property propID.

Use PropID.getPropIDByIndex(int) to get PropID enumeration element with specified index.
getAttributes() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Return item attributes.

Supported by all methods Zip 7Z Arj Cab Rar
getAttributes() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Return item attributes.

Supported by all methods Zip 7Z Arj Cab Rar
getComment() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Return comments for the item.
getComment() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Return comments for the item.
getCRC() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Return CRC checksum of the item content.
getCRC() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Return CRC checksum of the item content.
getCreationTime() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Return creation date and time of the item.

Supported by all methods 7Z Rar
getCreationTime() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Return creation date and time of the item.

Supported by all methods 7Z Rar
getExtractAskModeByIndex(int) - Static method in enum net.sf.sevenzipjbinding.ExtractAskMode
Return ask mode enumeration item by index
getGroup() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Return parent group of the item.
getGroup() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Return parent group of the item.
getHostOS() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Return host OS of item.
getHostOS() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Return host OS of item.
getInputStream() - Method in class net.sf.sevenzipjbinding.impl.SequentialInStreamImpl
Get underlaying input stream
getItemIndex() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Returns the archive item index
getItemIndex() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Returns the archive item index
getLastAccessTime() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Return last access date and time of the item.

Supported by all methods 7Z Rar
getLastAccessTime() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Return last access date and time of the item.

Supported by all methods 7Z Rar
getLastInitializationException() - Static method in class net.sf.sevenzipjbinding.SevenZip
Returns last native library initialization exception, if occurs.
getLastWriteTime() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Return last write date and time of the item.

Supported by all methods, but BZ2 Chm RPM Split Z
getLastWriteTime() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Return last write date and time of the item.

Supported by all methods, but BZ2 Chm RPM Split Z
getMethod() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Return string title of item compress method.
getMethod() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Return string title of item compress method.
getMethodName() - Method in enum net.sf.sevenzipjbinding.ArchiveFormat
Return name of the archive method
getNumberOfArchiveProperties() - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
Get count of properties of archive
getNumberOfArchiveProperties() - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Get count of properties of archive
getNumberOfItems() - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
Returns count of items in archive.
getNumberOfItems() - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Returns count of items in archive.
getNumberOfItems() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveImpl
Return count of items in archive.
getNumberOfItems() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchive
Return count of items in archive.
getNumberOfProperties() - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
Return count of properties of each archive item
getNumberOfProperties() - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Return count of properties of each archive item
getOperationResult(int) - Static method in enum net.sf.sevenzipjbinding.ExtractOperationResult
Return extract operations enumeration item by index
getPackedSize() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Size of the packed item in archive.
getPackedSize() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Size of the packed item in archive.
getPath() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Full path, name and extension of the file inside the archive.
getPath() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Full path, name and extension of the file inside the archive.
getPlatformList() - Static method in class net.sf.sevenzipjbinding.SevenZip
Load list of the available platforms out of sevenzipjbinding-Platform.jar in the class path.
getPosition() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
TODO: the purpose of position isn't clear
getPosition() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
TODO: the purpose of position isn't clear
getProperty(PropID) - Method in interface net.sf.sevenzipjbinding.IArchiveOpenVolumeCallback
Get property of the volume file.
getProperty(int, PropID) - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
Get value of property propID of the item with the index index.
getProperty(int, PropID) - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Get value of property propID of the item with the index index.
getPropertyInfo(PropID) - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
Get information about archive item property propID
getPropertyInfo(PropID) - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Get information about archive item property propID
getPropIDByIndex(int) - Static method in enum net.sf.sevenzipjbinding.PropID
Get enumeration element by native property index
getPropIDIndex() - Method in enum net.sf.sevenzipjbinding.PropID
Native index of the property
getSimpleInterface() - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
Return simple 7-Zip interface for the archive
getSimpleInterface() - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Return simple 7-Zip interface for the archive
getSize() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Original size of the item.
getSize() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Original size of the item.
getStream(int, ExtractAskMode) - Method in interface net.sf.sevenzipjbinding.IArchiveExtractCallback
Return sequential output stream for the file with index index.
getStream(String) - Method in interface net.sf.sevenzipjbinding.IArchiveOpenVolumeCallback
Return IInStream for volume with filename filename.
getStringArchiveProperty(PropID) - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
Return property value in human readable form.
getStringArchiveProperty(PropID) - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Return property value in human readable form.
getStringProperty(int, PropID) - Method in class net.sf.sevenzipjbinding.impl.InArchiveImpl
Return property content in human readable form.
getStringProperty(int, PropID) - Method in interface net.sf.sevenzipjbinding.ISevenZipInArchive
Return property content in human readable form.
getTemporaryArtifacts() - Static method in class net.sf.sevenzipjbinding.SevenZip
Returns list of the temporary created artifacts (one directory and one or more files within this directory).
getUsedPlatform() - Static method in class net.sf.sevenzipjbinding.SevenZip
Return the platform used for the initialization.
getUser() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Return parent user of the item.
getUser() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Return parent user of the item.

I

IArchiveExtractCallback - Interface in net.sf.sevenzipjbinding
If you want to provide a password to extract files, you should also implement ICryptoGetTextPassword within your IArchiveExtractCallback-implementation.
IArchiveOpenCallback - Interface in net.sf.sevenzipjbinding
Interface to recieve information about open archive progress
IArchiveOpenVolumeCallback - Interface in net.sf.sevenzipjbinding
Interface to provide information (properties and input streams) to open archive from volumes.
ICryptoGetTextPassword - Interface in net.sf.sevenzipjbinding
Interface to provide password to the archive engine
IInStream - Interface in net.sf.sevenzipjbinding
InStream interface used to operate with seeable input stream
InArchiveImpl - Class in net.sf.sevenzipjbinding.impl
Implementation of ISevenZipInArchive.
InArchiveImpl() - Constructor for class net.sf.sevenzipjbinding.impl.InArchiveImpl
 
initLoadedLibraries() - Static method in class net.sf.sevenzipjbinding.SevenZip
Initialize 7-Zip-JBinding native library without loading libraries in JVM first.
initSevenZipFromPlatformJAR() - Static method in class net.sf.sevenzipjbinding.SevenZip
Initialize native SevenZipJBinding library assuming sevenzipjbinding-Platform.jar on the class path.
initSevenZipFromPlatformJAR(File) - Static method in class net.sf.sevenzipjbinding.SevenZip
Initialize native SevenZipJBinding library assuming sevenzipjbinding-Platform.jar on the class path.
initSevenZipFromPlatformJAR(String, File) - Static method in class net.sf.sevenzipjbinding.SevenZip
Initialize native SevenZipJBinding library assuming sevenzipjbinding-Platform.jar on the class path.
initSevenZipFromPlatformJAR(String) - Static method in class net.sf.sevenzipjbinding.SevenZip
Initialize native SevenZipJBinding library assuming sevenzipjbinding-Platform.jar on the class path.
IProgress - Interface in net.sf.sevenzipjbinding
This interface provides progress information of a process.
isAutoInitializationWillOccur() - Static method in class net.sf.sevenzipjbinding.SevenZip
Returns weather automatic initialization will occur or not.
isCommented() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Return true if item was commented, otherwise false.
isCommented() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Return true if item was commented, otherwise false.
isEncrypted() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Flag either a item encrypted or not.
isEncrypted() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Flag either a item encrypted or not.
ISequentialInStream - Interface in net.sf.sevenzipjbinding
Interface used to operate with sequential input stream.
ISequentialOutStream - Interface in net.sf.sevenzipjbinding
Interface used to operate with sequential output stream.
ISevenZipInArchive - Interface in net.sf.sevenzipjbinding
One to one binding of original 7-Zip dll.
isFolder() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Returns flag either a item represents a folder or not.
isFolder() - Method in interface net.sf.sevenzipjbinding.simple.ISimpleInArchiveItem
Returns flag either a item represents a folder or not.
ISimpleInArchive - Interface in net.sf.sevenzipjbinding.simple
Simplified interface for C++ IInArchive.
ISimpleInArchiveItem - Interface in net.sf.sevenzipjbinding.simple
This java interface represents a archive item.
isInitializedSuccessfully() - Static method in class net.sf.sevenzipjbinding.SevenZip
Tests native library initialization status of SevenZipJBinding.

N

name - Variable in class net.sf.sevenzipjbinding.PropertyInfo
Name of property.
net.sf.sevenzipjbinding - package net.sf.sevenzipjbinding
This package contains basis enumerations, interfaces and classes of main SevenZipJBinding interface.
net.sf.sevenzipjbinding.impl - package net.sf.sevenzipjbinding.impl
This package contains implementation of some interfaces defined in net.sf.sevenzipjbinding.
net.sf.sevenzipjbinding.simple - package net.sf.sevenzipjbinding.simple
This package contains simplified interface of 7-Zip-JBinding.
net.sf.sevenzipjbinding.simple.impl - package net.sf.sevenzipjbinding.simple.impl
This package contains implementation of the simplified interface of 7-Zip-JBinding, defined in net.sf.sevenzipjbinding.simple.

O

openInArchive(ArchiveFormat, IInStream, IArchiveOpenCallback) - Static method in class net.sf.sevenzipjbinding.SevenZip
Open archive of type archiveFormat from the input stream inStream using 'archive open call back' listener archiveOpenCallback.
openInArchive(ArchiveFormat, IInStream, String) - Static method in class net.sf.sevenzipjbinding.SevenZip
Open archive of type archiveFormat from the input stream inStream using 'archive open call-back' listener archiveOpenCallback.
openInArchive(ArchiveFormat, IInStream) - Static method in class net.sf.sevenzipjbinding.SevenZip
Open archive of type archiveFormat from the input stream inStream.

P

prepareOperation(ExtractAskMode) - Method in interface net.sf.sevenzipjbinding.IArchiveExtractCallback
Prepare operation.
PropertyInfo - Class in net.sf.sevenzipjbinding
Container for property information attributes.
PropertyInfo() - Constructor for class net.sf.sevenzipjbinding.PropertyInfo
 
propID - Variable in class net.sf.sevenzipjbinding.PropertyInfo
Native property index
PropID - Enum in net.sf.sevenzipjbinding
Enumeration for possible archive and archive item properties

R

RandomAccessFileInStream - Class in net.sf.sevenzipjbinding.impl
Implementation of IInStream using RandomAccessFile.
RandomAccessFileInStream(RandomAccessFile) - Constructor for class net.sf.sevenzipjbinding.impl.RandomAccessFileInStream
Constructs instance of the class from random access file.
read(byte[]) - Method in class net.sf.sevenzipjbinding.impl.RandomAccessFileInStream
Reads at least 1 and maximum data.length from the in-stream.
read(byte[]) - Method in class net.sf.sevenzipjbinding.impl.SequentialInStreamImpl
Reads at least 1 and maximum data.length from the in-stream.
read(byte[]) - Method in class net.sf.sevenzipjbinding.impl.VolumedArchiveInStream
$Reads at least 1 and maximum data.length from the in-stream.
read(byte[]) - Method in interface net.sf.sevenzipjbinding.ISequentialInStream
Reads at least 1 and maximum data.length from the in-stream.

S

seek(long, int) - Method in interface net.sf.sevenzipjbinding.IInStream
Move current location pointer to the new offset depending on seekOrigin
seek(long, int) - Method in class net.sf.sevenzipjbinding.impl.RandomAccessFileInStream
Move current location pointer to the new offset depending on seekOrigin
seek(long, int) - Method in class net.sf.sevenzipjbinding.impl.VolumedArchiveInStream
$Move current location pointer to the new offset depending on seekOrigin
SEEK_CUR - Static variable in interface net.sf.sevenzipjbinding.IInStream
Indicates, that the seek operation should be done from the current position (file pointer) of the stream.
SEEK_END - Static variable in interface net.sf.sevenzipjbinding.IInStream
Indicates, that the seek operation should be done from the end of the stream.
SEEK_SET - Static variable in interface net.sf.sevenzipjbinding.IInStream
Indicates, that the seek operation should be done from the beginning of the stream
SequentialInStreamImpl - Class in net.sf.sevenzipjbinding.impl
Implementation of ISequentialInStream based on InputStream.
SequentialInStreamImpl(InputStream) - Constructor for class net.sf.sevenzipjbinding.impl.SequentialInStreamImpl
Create instance of SequentialInStreamImpl based on InputStream
setCompleted(Long, Long) - Method in interface net.sf.sevenzipjbinding.IArchiveOpenCallback
Set amount of competed work.
setCompleted(long) - Method in interface net.sf.sevenzipjbinding.IProgress
Set current amount of completed work
setOperationResult(ExtractOperationResult) - Method in interface net.sf.sevenzipjbinding.IArchiveExtractCallback
Set result of extraction operation of the file with index index from last call of IArchiveExtractCallback.getStream(int, ExtractAskMode).
setTotal(Long, Long) - Method in interface net.sf.sevenzipjbinding.IArchiveOpenCallback
Set total amount of work to be done.
setTotal(long) - Method in interface net.sf.sevenzipjbinding.IProgress
Set total amount of work
SevenZip - Class in net.sf.sevenzipjbinding
7-Zip-JBinding entry point class.
SevenZipException - Exception in net.sf.sevenzipjbinding
SevenZip core exception.
SevenZipException() - Constructor for exception net.sf.sevenzipjbinding.SevenZipException
Constructs a new exception with null as its detail message.
SevenZipException(String, Throwable) - Constructor for exception net.sf.sevenzipjbinding.SevenZipException
Constructs a new exception with the specified detail message and cause.
SevenZipException(String) - Constructor for exception net.sf.sevenzipjbinding.SevenZipException
Constructs a new exception with the specified detail message.
SevenZipException(Throwable) - Constructor for exception net.sf.sevenzipjbinding.SevenZipException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SevenZipNativeInitializationException - Exception in net.sf.sevenzipjbinding
SevenZip initialization exception.
SevenZipNativeInitializationException() - Constructor for exception net.sf.sevenzipjbinding.SevenZipNativeInitializationException
Constructs a new exception with null as its detail message.
SevenZipNativeInitializationException(String, Throwable) - Constructor for exception net.sf.sevenzipjbinding.SevenZipNativeInitializationException
Constructs a new exception with the specified detail message and cause.
SevenZipNativeInitializationException(String) - Constructor for exception net.sf.sevenzipjbinding.SevenZipNativeInitializationException
Constructs a new exception with the specified detail message.
SevenZipNativeInitializationException(Throwable) - Constructor for exception net.sf.sevenzipjbinding.SevenZipNativeInitializationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SimpleInArchiveImpl - Class in net.sf.sevenzipjbinding.simple.impl
Standard implementation of ISimpleInArchive, simplified 7-Zip-JBinding interface.
SimpleInArchiveImpl(ISevenZipInArchive) - Constructor for class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveImpl
Constructing an instance of SimpleInArchiveImpl from a instance of ISevenZipInArchive.
SimpleInArchiveItemImpl - Class in net.sf.sevenzipjbinding.simple.impl
Standard implementation of ISimpleInArchiveItem, simplified 7-Zip-JBinding interface.
SimpleInArchiveItemImpl(SimpleInArchiveImpl, int) - Constructor for class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Create instance of SimpleInArchiveItemImpl representing archive item with index indexindex of archive simpleInArchiveImpl.
SimpleInArchiveItemImpl(ISevenZipInArchive, int) - Constructor for class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveItemImpl
Create instance of SimpleInArchiveItemImpl representing archive item with index indexindex of archive sevenZipInArchive.

T

testAndGetSafeSevenZipInArchive() - Method in class net.sf.sevenzipjbinding.simple.impl.SimpleInArchiveImpl
Tests, if 7-Zip In archive interface can be accessed safely.
toString() - Method in enum net.sf.sevenzipjbinding.ArchiveFormat
toString() - Method in class net.sf.sevenzipjbinding.PropertyInfo

V

valueOf(String) - Static method in enum net.sf.sevenzipjbinding.ArchiveFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.sevenzipjbinding.ExtractAskMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.sevenzipjbinding.ExtractOperationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.sevenzipjbinding.PropID
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.sevenzipjbinding.ArchiveFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.sevenzipjbinding.ExtractAskMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.sevenzipjbinding.ExtractOperationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.sevenzipjbinding.PropID
Returns an array containing the constants of this enum type, in the order they are declared.
varType - Variable in class net.sf.sevenzipjbinding.PropertyInfo
Type of the property values
VolumedArchiveInStream - Class in net.sf.sevenzipjbinding.impl
This helper class allows merging multiple instances of IInStream interface into one.
VolumedArchiveInStream(IArchiveOpenVolumeCallback) - Constructor for class net.sf.sevenzipjbinding.impl.VolumedArchiveInStream
Creates instance of VolumedArchiveInStream using IArchiveOpenVolumeCallback.
VolumedArchiveInStream(String, IArchiveOpenVolumeCallback) - Constructor for class net.sf.sevenzipjbinding.impl.VolumedArchiveInStream
Creates instance of VolumedArchiveInStream using IArchiveOpenVolumeCallback.

W

write(byte[]) - Method in interface net.sf.sevenzipjbinding.ISequentialOutStream
if (size > 0) this function must write at least 1 byte.

A C E G I N O P R S T V W