Utility classes used by the VFS.
| Class | Description |
|---|---|
| DelegatingFileSystemOptionsBuilder |
This class use reflection to set a configuration value using the fileSystemConfigBuilder
associated the a scheme.
Example: |
| FileObjectUtils |
Stuff to get some strange things from an FileObject
|
| Messages |
Formats messages.
|
| MonitorInputStream |
An InputStream that provides buffering and end-of-stream monitoring.
|
| MonitorOutputStream |
An OutputStream that provides buffering and end-of-stream monitoring.
|
| MonitorRandomAccessContent |
An RandomAccessContent that provides end-of-stream monitoring.
|
| Os |
Class to help determining the OS.
|
| OsFamily |
An enumerated type, which represents an OS family.
|
| RandomAccessMode |
An enumerated type representing the modes of a random access content.
|
| UserAuthenticatorUtils |
some helper
|