public static class Sort.ByteSequencesWriter
extends java.lang.Object
implements java.io.Closeable
Sort.ByteSequencesReader.| Constructor and Description |
|---|
Sort.ByteSequencesWriter(java.io.DataOutput os) |
Sort.ByteSequencesWriter(java.io.File file) |
public Sort.ByteSequencesWriter(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic Sort.ByteSequencesWriter(java.io.DataOutput os)
public void write(org.apache.lucene.util.BytesRef ref)
throws java.io.IOException
java.io.IOExceptionpublic void write(byte[] bytes)
throws java.io.IOException
java.io.IOExceptionpublic void write(byte[] bytes,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
DataOutput if it is Closeable.close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException