org.elasticsearch.common.io.stream
Class CachedStreamInput

java.lang.Object
  extended by org.elasticsearch.common.io.stream.CachedStreamInput

public class CachedStreamInput
extends java.lang.Object


Constructor Summary
CachedStreamInput()
           
 
Method Summary
static HandlesStreamInput cachedHandles(StreamInput in)
           
static HandlesStreamInput cachedHandlesLzf(StreamInput in)
           
static LZFStreamInput cachedLzf(StreamInput in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedStreamInput

public CachedStreamInput()
Method Detail

cachedLzf

public static LZFStreamInput cachedLzf(StreamInput in)
                                throws java.io.IOException
Throws:
java.io.IOException

cachedHandles

public static HandlesStreamInput cachedHandles(StreamInput in)

cachedHandlesLzf

public static HandlesStreamInput cachedHandlesLzf(StreamInput in)
                                           throws java.io.IOException
Throws:
java.io.IOException