Class Sort.ByteSequencesWriter

java.lang.Object
org.apache.lucene.search.suggest.Sort.ByteSequencesWriter
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
Sort

public static class Sort.ByteSequencesWriter extends Object implements Closeable
Utility class to emit length-prefixed byte[] entries to an output stream for sorting. Complementary to Sort.ByteSequencesReader.