public static class IndexBuilder.Info extends Object
| Modifier and Type | Field and Description |
|---|---|
InputStream |
is |
long |
offsetInBuffer
Offset in the read-buffer (which is shared by multiple parsers), where this particular parser started
parsing.
|
long |
offsetInFile
Global offset of the read-buffer (which is shared by multiple parsers) relative to the start of the file.
|
| Constructor and Description |
|---|
IndexBuilder.Info(long offsetInFile,
long offsetInBuffer,
InputStream is) |
public final long offsetInFile
public final long offsetInBuffer
public final InputStream is
public IndexBuilder.Info(long offsetInFile,
long offsetInBuffer,
InputStream is)
Copyright © 2017. All rights reserved.