org.elasticsearch.common.io.stream
Class HandlesStreamInput

java.lang.Object
  extended by java.io.InputStream
      extended by org.elasticsearch.common.io.stream.StreamInput
          extended by org.elasticsearch.common.io.stream.AdapterStreamInput
              extended by org.elasticsearch.common.io.stream.HandlesStreamInput
All Implemented Interfaces:
Closeable

public class HandlesStreamInput
extends AdapterStreamInput


Field Summary
 
Fields inherited from class org.elasticsearch.common.io.stream.AdapterStreamInput
in
 
Constructor Summary
HandlesStreamInput(StreamInput in)
           
 
Method Summary
 void cleanHandles()
           
 String readString()
           
 String readUTF()
          Deprecated. 
 void reset()
          Resets the stream.
 void reset(StreamInput in)
           
 
Methods inherited from class org.elasticsearch.common.io.stream.AdapterStreamInput
available, close, mark, markSupported, read, read, read, readByte, readBytes, readBytesReference, readBytesReference, readFully, readInt, readLong, readShort, readText, readVInt, readVLong, skip, toString
 
Methods inherited from class org.elasticsearch.common.io.stream.StreamInput
readBoolean, readDouble, readFloat, readGenericValue, readMap, readOptionalString, readOptionalUTF, readStringArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HandlesStreamInput

public HandlesStreamInput(StreamInput in)
Method Detail

readUTF

@Deprecated
public String readUTF()
               throws IOException
Deprecated. 

Overrides:
readUTF in class AdapterStreamInput
Throws:
IOException

readString

public String readString()
                  throws IOException
Overrides:
readString in class AdapterStreamInput
Throws:
IOException

reset

public void reset()
           throws IOException
Description copied from class: StreamInput
Resets the stream.

Overrides:
reset in class AdapterStreamInput
Throws:
IOException

reset

public void reset(StreamInput in)
Overrides:
reset in class AdapterStreamInput

cleanHandles

public void cleanHandles()


Copyright © 2009-2012. All Rights Reserved.