Class WindowsDirectory.WindowsIndexInput

    • Field Summary

      • Fields inherited from class org.apache.lucene.store.BufferedIndexInput

        buffer, BUFFER_SIZE
    • Constructor Summary

      Constructors 
      Constructor Description
      WindowsIndexInput​(File file, int bufferSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object clone()  
      void close()  
      long length()  
      protected void readInternal​(byte[] b, int offset, int length)  
      protected void seekInternal​(long pos)  
      • Methods inherited from class org.apache.lucene.store.BufferedIndexInput

        copyBytes, flushBuffer, getBufferSize, getFilePointer, newBuffer, readByte, readBytes, readBytes, readInt, readLong, readShort, readVInt, readVLong, seek, setBufferSize
      • Methods inherited from class org.apache.lucene.store.IndexInput

        skipChars, toString
      • Methods inherited from class org.apache.lucene.store.DataInput

        readChars, readString, readStringStringMap, setModifiedUTF8StringsMode
    • Method Detail

      • readInternal

        protected void readInternal​(byte[] b,
                                    int offset,
                                    int length)
                             throws IOException
        Specified by:
        readInternal in class org.apache.lucene.store.BufferedIndexInput
        Throws:
        IOException
      • seekInternal

        protected void seekInternal​(long pos)
                             throws IOException
        Specified by:
        seekInternal in class org.apache.lucene.store.BufferedIndexInput
        Throws:
        IOException
      • length

        public long length()
        Specified by:
        length in class org.apache.lucene.store.IndexInput
      • clone

        public Object clone()
        Overrides:
        clone in class org.apache.lucene.store.BufferedIndexInput