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
IOExceptionpublic void write(List<Integer> ints) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic com.google.common.io.InputSupplier<InputStream> combineStreams()
Copyright © 2011–2015. All rights reserved.