public static class IndexBuilder.Info extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
asString |
static int |
counter |
int |
index |
InputStream |
is |
int |
length |
long |
offsetInFile
Global offset of the read-buffer (which is shared by multiple parsers) relative to the start of the file.
|
| Constructor and Description |
|---|
Info(long offsetInFile,
int length,
InputStream is,
String asString) |
public final long offsetInFile
public final int length
public final InputStream is
public final String asString
public final int index
public static int counter
public Info(long offsetInFile,
int length,
InputStream is,
String asString)
Copyright © 2017. All rights reserved.