Package org.apache.solr.cloud
Class ZkSolrResourceLoader.ZkByteArrayInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.ByteArrayInputStream
-
- org.apache.solr.cloud.ZkSolrResourceLoader.ZkByteArrayInputStream
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- ZkSolrResourceLoader
public static class ZkSolrResourceLoader.ZkByteArrayInputStream extends ByteArrayInputStream
-
-
Constructor Summary
Constructors Constructor Description ZkByteArrayInputStream(byte[] buf, String fileName, org.apache.zookeeper.data.Stat stat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.zookeeper.data.Stat
getStat()
-
Methods inherited from class java.io.ByteArrayInputStream
available, close, mark, markSupported, read, read, readAllBytes, readNBytes, reset, skip, transferTo
-
Methods inherited from class java.io.InputStream
nullInputStream, read, readNBytes
-
-