public class OneDDataSink extends DataSink
Modifier and Type | Field and Description |
---|---|
protected int |
currentOffset |
axisWeights, bounds, datumSize, dimensionality, filename, numFields, ordering, raFile, recordDescriptor
Constructor and Description |
---|
OneDDataSink(java.lang.String filename,
RecordDescriptor rd) |
Modifier and Type | Method and Description |
---|---|
void |
activate() |
ISBounds |
getBounds()
For OneDDataSinks, this method returns a bounds constructed from
the current position of the file pointer.
|
void |
write(Datum d) |
void |
write(Datum d,
IndexSpaceID id) |
close, computeOffset, computeOffset, deactivate, open
public OneDDataSink(java.lang.String filename, RecordDescriptor rd)
public void write(Datum d)
public void write(Datum d, IndexSpaceID id)