Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
_
I
indexOf(int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(int, int, int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified character, between the specified fromIndex and toIndex.
indexOf(String)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(String, int, int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified substring, between the specified fromIndex and toIndex.
indexOf(String, int, boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOfBackwards(String, int, boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified substring, working backwards from the specified index.
indexOfConstruct(Construct)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified construct, starting at the specified index.
indexOfConstruct(Construct, boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified construct, starting at the specified index.
indexOfConstruct(Construct, int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified construct, starting at the specified index.
indexOfConstruct(Construct, int, boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified construct, starting at the specified index.
indexOfConstruct(Construct, int, int, boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified construct, starting at the specified index.
indexOfEndOfConstruct(Construct)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the end index within this string of the first occurrence of the specified construct, starting at the specified index.
indexOfEndOfConstruct(Construct, boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the end index within this string of the first occurrence of the specified construct, starting at the specified index.
indexOfEndOfConstruct(Construct, int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the end index within this string of the first occurrence of the specified construct, starting at the specified index.
indexOfEndOfConstruct(Construct, int, boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the end index within this string of the first occurrence of the specified construct, starting at the specified index.
indexOfEndOfConstruct(Construct, int, int, boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the end index within this string of the first occurrence of the specified construct, starting at the specified index.
indexOfEndOfLitteral(int, char)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Finds the end index of the litteral beginning at the specified
startingQuoteIndex
indexOfEndOfLitteral(int, char, int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Finds the end index of the litteral beginning at the specified
startingQuoteIndex
indexOfEndOfNumber(int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Find the index following the last digit of the simple number starting at startIndex.
indexOfIgnoreCase(String)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
indexOfIgnoreCase(String, String)
- Static method in class com.zipxap.vfs.dal.utility.
StringPlus
indexOfIgnoreCase(String, int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified substring, ignoring case, and starting at the specified index.
indexOfIgnoreCase(String, String, int)
- Static method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns the index within this string of the first occurrence of the specified substring, ignoring case, and starting at the specified index.
indexOfMatchingParenthesis(int, boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
matches on (),[], {}, and <>
indexOfNextAlphaNumeric(int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Locates the next alpha-numeric character
indexOfNextAlphaNumericBackwards(int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Locates the next alpha-numeric character, working backwards from the specified index
indexOfNextNonAlphaNumeric(int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Locates the next non-whitespace, non-alphanumeric character character
indexOfNextNonAlphaNumericBackwards(int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Locates the next non-whitespace, non-alphanumeric character, working backwards from the specified index
indexOfNextNonAlphaNumericPlus(int, int[], boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Locates the next non-whitespace, non-alphanumeric character character
indexOfNextNonWhitespace(int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Locates the next non-whitespace character
indexOfNextNonWhitespaceBackwards(int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Locates the next non-whitespace character, working backwards from the specified index
indexOfNextWhitespace(int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Locates the next whitespace character
indexOfNextWhitespaceBackwards(int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Locates the next whitespace character, working backwards from the specified index
indexOfStartOfLitteralBackwards(int, char)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Finds the end index of the litteral beginning at the specified
startingQuoteIndex
indexOfStartOfNumberBackwards(int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Find the index of the first digit of the simple number starting before endIndex and eding on or after endIndex.
indexOfUnescaped(char, char, int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Finds the index of the first unescaped instance of the specified character.
indexOfUnescaped(char, char, int, int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Finds the index of the first unescaped instance of the specified character.
indexOfWord(String)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Locates the first occurence of the specified searchWord that is surrounded on either side by only non-alpha-numeric characters.
indexOfWord(String, boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Locates the first occurence of the specified searchWord that is surrounded on either side by only non-alpha-numeric characters.
indexOfWord(String, int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Locates the first occurence of the specified searchWord that is surrounded on either side by only non-alpha-numeric characters.
indexOfWord(String, int, boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Locates the first occurence of the specified searchWord that is surrounded on either side by only non-alpha-numeric characters.
indexOfWord(String, int, int, boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Locates the first occurence of the specified searchWord that is surrounded on either side by only non-alpha-numeric characters.
initPointer()
- Method in class com.zipxap.vfs.
VFSSector
Initialize the sector to read the data, starting at the first data location within the sector.
intern()
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns a canonical representation for the string object.
IntType
- Static variable in class com.zipxap.vfs.dal.utility.
DataEntityType
INVALID_UNIQUE_ID
- Static variable in class com.zipxap.vfs.dal.utility.
UniqueID
InvalidType
- Static variable in class com.zipxap.vfs.dal.utility.
DataEntityType
isAlgebraicOperatorAtIndex(int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Determine if the character at the specified index is an algebraic operator
isClassAClassBorSubclassOfB(Class, Class)
- Static method in class com.zipxap.vfs.dal.utility.
ReflectionUtility
isClosed()
- Method in class com.zipxap.vfs.
LowLevelManager
Determine if the RandomAccessFile resource associated with this LowLevelManager has been closed.
isCompressed()
- Method in class com.zipxap.vfs.
LowLevelManager
Determine if the File associated with this instance of the LowLevelManager is using (GZIP) compression.
isConstructAtIndex(int, Construct, boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Tests if the specified construct is located at the specified index.
isEmpty()
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Returns true if, and only if, length() is 0.
isEmpty()
- Method in class com.zipxap.vfs.
SectorType
isEmpty()
- Method in class com.zipxap.vfs.
VFSSector
isFileCollisionUponExtract(File, boolean)
- Method in class com.zipxap.vfs.
VFSRepository
Determine if performing an extractToFileSystem() will cause files to be overwritten in the specified output directory.
isLocked(File)
- Static method in class com.zipxap.vfs.
LowLevelManager
Determine if the specified archive file has already been locked by another instance of the VFS.
isLocked(File)
- Static method in class com.zipxap.vfs.
VirtualFileSystem
Determine if the specified archive file has already been locked by another instance of the VFS.
isPossibleStartOfNumber(int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Determine if this could possibly be the beginning of a number
isProperty(String)
- Method in class com.zipxap.vfs.dal.utility.
JavabeanWrapper
Determine if the specified
propertyName
is a valid property of the Javabean wrapped by this JavabeanWrapper.
isSubstringAtIndex(int, String)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Tests if the specified substring occurs at the specified index.
isSubstringAtIndex(String, int, String, boolean)
- Static method in class com.zipxap.vfs.dal.utility.
StringPlus
Tests if the specified substring occurs at the specified index.
isSubstringAtIndex(int, String, boolean)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Tests if the specified substring occurs at the specified index.
isSubstringAtIndexIgnoreCase(String, int, String)
- Static method in class com.zipxap.vfs.dal.utility.
StringPlus
Tests if the specified substring occurs at the specified index, ignoring case.
isSubstringAtIndexIgnoreCase(int, String)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Tests if the specified substring occurs at the specified index, ignoring case.
isValid()
- Method in class com.zipxap.vfs.dal.utility.
UniqueID
Determine if this is a valid UniqueID.
isValidated()
- Method in class com.zipxap.vfs.
LowLevelManager
isValidated()
- Method in class com.zipxap.vfs.
VirtualFileSystem
isValidFilename(String)
- Static method in class com.zipxap.vfs.
VirtualFileSystem
Returns message if invalid, else null if valid.
isValidUniqueId(String)
- Static method in class com.zipxap.vfs.dal.utility.
UniqueID
Determine if a string represents a valid Unique ID Be forewarned; given the nature of a UniqueID (UUID/GUID), this method is likely to give false positives.
isVirtualFileSystem()
- Method in class com.zipxap.vfs.
LowLevelManager
Determine if the File associated with this instance of the LowLevelManager is a valid virtual file system.
isVirtualFileSystem()
- Method in class com.zipxap.vfs.
VirtualFileSystem
isWhitespaceAtIndex(int)
- Method in class com.zipxap.vfs.dal.utility.
StringPlus
Tests if there is a whitespace character (' ', '\n', '\r', or '\t') at the specified index.
isWhitespaceCharacter(int)
- Static method in class com.zipxap.vfs.dal.utility.
StringPlus
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
_