Serialized Form
Package org.apache.commons.io |
serialVersionUID: 1L
charsetName
String charsetName
bytes
int[] bytes
serialVersionUID: 1347339620135041008L
file
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 Object readResolve()
- Replaces the enumeration from the stream with a real one.
This ensures that the correct flag is set for SYSTEM.
name
String name
- The enumeration name.
serialVersionUID: 1L
serialVersionUID: -6994123481142850163L
tag
Serializable tag
- The tag of this exception.
Package org.apache.commons.io.comparator |
delegates
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
List<E> fileFilters
- The list of file filters.
filenameFilter
FilenameFilter filenameFilter
- The Filename filter
fileFilter
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
String[] names
- The filenames to search for
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
filter
IOFileFilter filter
- The filter
fileFilters
List<E> fileFilters
- The list of file filters.
prefixes
String[] prefixes
- The filename prefixes to search for
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
pattern
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
String[] suffixes
- The filename suffixes to search for
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
wildcards
String[] wildcards
- The wildcards that will be used to match filenames.
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
wildcards
String[] wildcards
- Deprecated.
- The wildcards that will be used to match filenames.
Package org.apache.commons.io.input |
charSequence
CharSequence charSequence
idx
int idx
mark
int mark
serialVersionUID: 1L
bomEncoding
String bomEncoding
xmlGuessEncoding
String xmlGuessEncoding
xmlEncoding
String xmlEncoding
contentTypeMime
String contentTypeMime
contentTypeEncoding
String contentTypeEncoding
Package org.apache.commons.io.monitor |
listeners
List<E> listeners
rootEntry
FileEntry rootEntry
fileFilter
FileFilter fileFilter
comparator
Comparator<T> comparator
parent
FileEntry parent
children
FileEntry[] children
file
File file
name
String name
exists
boolean exists
directory
boolean directory
lastModified
long lastModified
length
long length
Package org.apache.commons.io.output |
builder
StringBuilder builder
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.