|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.iosp.Indexer
ucar.nc2.iosp.SingleChunkIndexer
public class SingleChunkIndexer
An Indexer that has exactly one chunk.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.nc2.iosp.Indexer |
|---|
Indexer.Chunk |
| Constructor Summary | |
|---|---|
SingleChunkIndexer(long filePos,
int totalElems,
int elemSize)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getElemSize()
Deprecated. |
long |
getTotalNelems()
Deprecated. |
boolean |
hasNext()
Deprecated. |
Indexer.Chunk |
next()
Deprecated. Get the next chunk |
| Methods inherited from class ucar.nc2.iosp.Indexer |
|---|
printa, printa |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SingleChunkIndexer(long filePos,
int totalElems,
int elemSize)
| Method Detail |
|---|
public long getTotalNelems()
getTotalNelems in class Indexerpublic int getElemSize()
getElemSize in class Indexerpublic boolean hasNext()
hasNext in class Indexerpublic Indexer.Chunk next()
Indexer
next in class Indexer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||