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