Class FSDirectory.FSIndexOutput

  • Enclosing class:
    FSDirectory

    protected static class FSDirectory.FSIndexOutput
    extends org.apache.lucene.store.BufferedIndexOutput
    • Method Detail

      • flushBuffer

        public void flushBuffer​(byte[] b,
                                int offset,
                                int size)
                         throws IOException
        output methods:
        Specified by:
        flushBuffer in class org.apache.lucene.store.BufferedIndexOutput
        Throws:
        IOException
      • close

        public void close()
                   throws IOException
        Overrides:
        close in class org.apache.lucene.store.BufferedIndexOutput
        Throws:
        IOException
      • seek

        public void seek​(long pos)
                  throws IOException
        Random-access methods
        Overrides:
        seek in class org.apache.lucene.store.BufferedIndexOutput
        Throws:
        IOException
      • length

        public long length()
                    throws IOException
        Specified by:
        length in class org.apache.lucene.store.BufferedIndexOutput
        Throws:
        IOException
      • setLength

        public void setLength​(long length)
                       throws IOException
        Overrides:
        setLength in class org.apache.lucene.store.IndexOutput
        Throws:
        IOException