| Interface | Description |
|---|---|
| IReadableResource |
Base interface for an abstract readable resource.
|
| IReadWriteResource |
Base interface for an abstract resource that is both readable and writable.
|
| IResourceBase |
Base interface for an abstract readable resource.
|
| IWritableResource |
Base interface for an abstract writable resource.
|
| Class | Description |
|---|---|
| ClassPathResource |
Wraps a class path object as a readable resource.
|
| FileSystemResource |
Implementation of the
IReadableResource and
IWritableResource interfaces for file
system objects. |
| URLResource |
Implementation of the
IReadableResource interface for URL objects. |
Copyright © 2014–2016 Philip Helger. All rights reserved.