Commit 718d2a32 authored by Lasse Collin's avatar Lasse Collin
Browse files

Add support for ArrayCache to FilterOptions and its subclasses.

Note that nothing actually uses caching yet.

Subclasses must now support ArrayCache:
  - getOutputStream(out) -> getOutputStream(out, arrayCache)
  - getInputStream(in) -> getInputStream(in, arrayCache)

FilterOptions now provides the old getOutputStream(out) and
getInputStream(in) as wrappers that use the default array cache.
parent c9977ef1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment