Package org.infinispan.rest
Class CacheKeyInputStream
java.lang.Object
java.io.InputStream
org.infinispan.rest.CacheKeyInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
An
InputStream
that reads from a CacheStream
of byte[] and produces a JSON output.- Since:
- 10.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CacheKeyInputStream
-
-
Method Details
-
available
public int available() -
read
public int read()
-