|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceException | |
|---|---|
| org.eobjects.metamodel.util | Utilities and convenient classes |
| Uses of ResourceException in org.eobjects.metamodel.util |
|---|
| Methods in org.eobjects.metamodel.util that throw ResourceException | ||
|---|---|---|
void |
UrlResource.append(Action<OutputStream> appendCallback)
|
|
void |
Resource.append(Action<OutputStream> appendCallback)
Opens up an InputStream to append (write at the end of the
existing stream) to the resource. |
|
void |
InMemoryResource.append(Action<OutputStream> appendCallback)
|
|
void |
ClasspathResource.append(Action<OutputStream> appendCallback)
|
|
InputStream |
UrlResource.read()
|
|
InputStream |
Resource.read()
Opens up an InputStream to read from the resource. |
|
InputStream |
InMemoryResource.read()
|
|
InputStream |
FileResource.read()
|
|
InputStream |
ClasspathResource.read()
|
|
void |
UrlResource.read(Action<InputStream> readCallback)
|
|
void |
Resource.read(Action<InputStream> readCallback)
Opens up an InputStream to read from the resource, and allows a
callback to perform writing actions on it. |
|
void |
InMemoryResource.read(Action<InputStream> readCallback)
|
|
void |
ClasspathResource.read(Action<InputStream> readCallback)
|
|
|
UrlResource.read(Func<InputStream,E> readCallback)
|
|
|
Resource.read(Func<InputStream,E> readCallback)
Opens up an InputStream to read from the resource, and allows a
callback function to perform writing actions on it and return the
function's result. |
|
|
InMemoryResource.read(Func<InputStream,E> readCallback)
|
|
|
ClasspathResource.read(Func<InputStream,E> readCallback)
|
|
void |
UrlResource.write(Action<OutputStream> writeCallback)
|
|
void |
Resource.write(Action<OutputStream> writeCallback)
Opens up an OutputStream to write to the resource, and allows a
callback to perform writing actions on it. |
|
void |
InMemoryResource.write(Action<OutputStream> writeCallback)
|
|
void |
FileResource.write(Action<OutputStream> writeCallback)
|
|
void |
ClasspathResource.write(Action<OutputStream> writeCallback)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||