Serialized Form
Package org.apache.commons.io |
serialVersionUID: 1L
charsetName
java.lang.String charsetName
bytes
int[] bytes
serialVersionUID: 1347339620135041008L
file
java.io.File file
- The file being processed when the exception was thrown.
depth
int depth
- The file depth when the exception was thrown.
serialVersionUID: 1L
serialVersionUID: -6343169151696340687L
readResolve
private java.lang.Object readResolve()
- Replaces the enumeration from the stream with a real one.
This ensures that the correct flag is set for SYSTEM.
name
java.lang.String name
- The enumeration name.
serialVersionUID: 1L
serialVersionUID: -6994123481142850163L
tag
java.io.Serializable tag
- The tag of this exception.
Package org.apache.commons.io.comparator |
delegates
java.util.Comparator<T>[] delegates
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
sumDirectoryContents
boolean sumDirectoryContents
- Whether the sum of the directory's contents should be calculated.
Package org.apache.commons.io.filefilter |
cutoff
long cutoff
- The cutoff time threshold.
acceptOlder
boolean acceptOlder
- Whether the files accepted will be older or newer.
fileFilters
java.util.List<E> fileFilters
- The list of file filters.
filenameFilter
java.io.FilenameFilter filenameFilter
- The Filename filter
fileFilter
java.io.FileFilter fileFilter
- The File filter
serialVersionUID: -547733176983104172L
magicNumbers
byte[] magicNumbers
- The magic number to compare against the file's bytes at the provided
offset.
byteOffset
long byteOffset
- The offset (in bytes) within the files that the magic number's bytes
should appear.
names
java.lang.String[] names
- The filenames to search for
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
filter
IOFileFilter filter
- The filter
fileFilters
java.util.List<E> fileFilters
- The list of file filters.
prefixes
java.lang.String[] prefixes
- The filename prefixes to search for
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
pattern
java.util.regex.Pattern pattern
- The regular expression pattern that will be used to match filenames
size
long size
- The size threshold.
acceptLarger
boolean acceptLarger
- Whether the files accepted will be larger or smaller.
suffixes
java.lang.String[] suffixes
- The filename suffixes to search for
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
wildcards
java.lang.String[] wildcards
- The wildcards that will be used to match filenames.
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
wildcards
java.lang.String[] wildcards
- Deprecated.
- The wildcards that will be used to match filenames.
Package org.apache.commons.io.input |
charSequence
java.lang.CharSequence charSequence
idx
int idx
mark
int mark
serialVersionUID: 1L
bomEncoding
java.lang.String bomEncoding
xmlGuessEncoding
java.lang.String xmlGuessEncoding
xmlEncoding
java.lang.String xmlEncoding
contentTypeMime
java.lang.String contentTypeMime
contentTypeEncoding
java.lang.String contentTypeEncoding
Package org.apache.commons.io.monitor |
listeners
java.util.List<E> listeners
rootEntry
FileEntry rootEntry
fileFilter
java.io.FileFilter fileFilter
comparator
java.util.Comparator<T> comparator
parent
FileEntry parent
children
FileEntry[] children
file
java.io.File file
name
java.lang.String name
exists
boolean exists
directory
boolean directory
lastModified
long lastModified
length
long length
Package org.apache.commons.io.output |
builder
java.lang.StringBuilder builder
Copyright (c) 2002-2012 Apache Software Foundation