Class OutputStreamDataOutput

java.lang.Object
org.apache.lucene.store.DataOutput
org.apache.lucene.store.OutputStreamDataOutput
All Implemented Interfaces:
Closeable, AutoCloseable

public class OutputStreamDataOutput extends DataOutput implements Closeable
A DataOutput wrapping a plain OutputStream.