Class InputStreamIndexInput

org.elasticsearch.common.lucene.store.InputStreamIndexInput
All Implemented Interfaces:
,

public class InputStreamIndexInput extends
  • Constructor Summary

    Constructors
    Constructor
    Description
    InputStreamIndexInput​(org.apache.lucene.store.IndexInput indexInput, long limit)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    void
    mark​(int readlimit)
     
    boolean
     
    int
     
    int
    read​(byte[] b, int off, int len)
     
    void
     

    Methods inherited from class java.io.

    , , , , , , , , ,

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

    • InputStreamIndexInput

      public InputStreamIndexInput(org.apache.lucene.store.IndexInput indexInput, long limit)
  • Method Details

    • actualSizeToRead

      public long actualSizeToRead()
    • read

      public int read(byte[] b, int off, int len) throws
      Overrides:
       in class 
      Throws:
    • read

      public int read() throws
      Specified by:
       in class 
      Throws:
    • markSupported

      public boolean markSupported()
      Overrides:
       in class 
    • mark

      public void mark(int readlimit)
      Overrides:
       in class 
    • reset

      public void reset() throws
      Overrides:
       in class 
      Throws: