Class FSDirectory.FSIndexInput

  • All Implemented Interfaces:
    Cloneable
    Enclosing class:
    FSDirectory

    protected static class FSDirectory.FSIndexInput
    extends org.apache.lucene.store.BufferedIndexInput
    • Method Detail

      • readInternal

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

        public void close()
                   throws IOException
        Specified by:
        close in class org.apache.lucene.store.IndexInput
        Throws:
        IOException
      • seekInternal

        protected void seekInternal​(long position)
        Specified by:
        seekInternal in class org.apache.lucene.store.BufferedIndexInput
      • 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