Package org.terrier.structures
Class UncompressedMetaIndex.InputStream
- java.lang.Object
-
- org.terrier.structures.BaseCompressingMetaIndex.InputStream
-
- org.terrier.structures.CompressingMetaIndex.InputStream
-
- org.terrier.structures.UncompressedMetaIndex.InputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,java.util.Iterator<java.lang.String[]>
- Enclosing class:
- UncompressedMetaIndex
public static class UncompressedMetaIndex.InputStream extends CompressingMetaIndex.InputStream
-
-
Field Summary
-
Fields inherited from class org.terrier.structures.CompressingMetaIndex.InputStream
inflater
-
Fields inherited from class org.terrier.structures.BaseCompressingMetaIndex.InputStream
fileLength, keyByteOffset, keyCount, lastOffset, recordLength, valueByteLengths
-
-
Constructor Summary
Constructors Constructor Description InputStream(IndexOnDisk _index, java.lang.String structureName)
InputStream(IndexOnDisk _index, java.lang.String _structureName, int _startingId, int _endId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]
decode(byte[] input)
-
Methods inherited from class org.terrier.structures.BaseCompressingMetaIndex.InputStream
close, getIndex, hasNext, next, remove
-
-
-
-
Constructor Detail
-
InputStream
public InputStream(IndexOnDisk _index, java.lang.String structureName) throws java.io.IOException
- Throws:
java.io.IOException
-
InputStream
public InputStream(IndexOnDisk _index, java.lang.String _structureName, int _startingId, int _endId) throws java.io.IOException
- Throws:
java.io.IOException
-
-