public class VSizeIndexedWriter extends Object implements Closeable
Constructor and Description |
---|
VSizeIndexedWriter(IOPeon ioPeon,
String filenameBase,
int maxId) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
com.google.common.io.InputSupplier<InputStream> |
combineStreams() |
void |
open() |
void |
write(List<Integer> ints) |
public void open() throws IOException
IOException
public void write(List<Integer> ints) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public com.google.common.io.InputSupplier<InputStream> combineStreams()
Copyright © 2011–2015. All rights reserved.