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
IOException
public void indexChannel(SeekableByteChannel source, NIOUtils.FileReaderListener listener) throws IOException
IOException
public NIOUtils.FileReader indexReader(NIOUtils.FileReaderListener listener, int[] targetGuids) throws IOException
IOException
public MTSIndex serialize()
public static void main1(String[] args) throws IOException
IOException
Copyright © 2019. All rights reserved.