| Class | Description |
|---|---|
| AbstractFileInputStream | Deprecated
Use
AbstractNonFinalizableFileInputStream instead. |
| AbstractNonFinalizableFileInputStream |
Base class for
InputStream instances returned by connectors which operate over a FileSystem. |
| LazyStreamSupplier |
Decorate a
Supplier so that the first invokation to the LazyStreamSupplier.get() method is actually forwarded to it, but
subsequent ones return the same cached value. |
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.