Package org.springframework.geode.core.io
package org.springframework.geode.core.io
-
ClassDescriptionAbstract base class providing functionality common to all
ResourceReader
implementations.Abstract base class providing functionality common to allResourceWriter
implementations.A JavaRuntimeException
indicating a problem accessing (e.g.RuntimeException
indication that aResource
could not be found.Interface (contract) for readers to define the algorithm and strategy for reading data from aResource
, such as by using theResource's
InputStream
.AResourceDataAccessException
and JavaRuntimeException
indicating a problem while reading from the targetResource
.Interface defining a contract encapsulating an algorithm/strategy for resolvingResources
.AResourceDataAccessException
and JavaRuntimeException
indicating a problem while writing to the targetResource
.Interface (contract) for writers to define the algorithm or strategy for writing data to a targetResource
, such as by using theWritableResource's
WritableResource.getOutputStream()
OutputStream}.ARuntimeException
indicating that aResource
was not properly handled during normal processing.