Class IndexOutputOutputStream

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

public class IndexOutputOutputStream extends
that writes into underlying IndexOutput
  • Constructor Summary

    Constructors
    Constructor
    Description
    IndexOutputOutputStream​(org.apache.lucene.store.IndexOutput out)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    write​(byte[] b)
     
    void
    write​(byte[] b, int off, int len)
     
    void
    write​(int b)
     

    Methods inherited from class java.io.

    ,

    Methods inherited from class java.lang.

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

    • IndexOutputOutputStream

      public IndexOutputOutputStream(org.apache.lucene.store.IndexOutput out)
  • Method Details

    • write

      public void write(int b) throws
      Specified by:
       in class 
      Throws:
    • write

      public void write(byte[] b) throws
      Overrides:
       in class 
      Throws:
    • write

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

      public void close() throws
      Specified by:
       in interface 
      Specified by:
       in interface 
      Overrides:
       in class 
      Throws: