public class MTSIndexer extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BUFFER_SIZE |
| Constructor and Description |
|---|
MTSIndexer() |
| Modifier and Type | Method and Description |
|---|---|
void |
index(File source,
NIOUtils.FileReaderListener listener) |
void |
indexChannel(SeekableByteChannel source,
NIOUtils.FileReaderListener listener) |
NIOUtils.FileReader |
indexReader(NIOUtils.FileReaderListener listener,
int[] targetGuids) |
static void |
main1(String[] args) |
MTSIndex |
serialize() |
public static final int BUFFER_SIZE
public void index(File source, NIOUtils.FileReaderListener listener) throws IOException
IOExceptionpublic void indexChannel(SeekableByteChannel source, NIOUtils.FileReaderListener listener) throws IOException
IOExceptionpublic NIOUtils.FileReader indexReader(NIOUtils.FileReaderListener listener, int[] targetGuids) throws IOException
IOExceptionpublic MTSIndex serialize()
public static void main1(String[] args) throws IOException
IOExceptionCopyright © 2019. All rights reserved.