public class FITSStreamDataNode extends FITSDataNode
FITSDataNode.ArrayDataMaker| Constructor and Description |
|---|
FITSStreamDataNode(uk.ac.starlink.util.DataSource datsrc) |
| Modifier and Type | Method and Description |
|---|---|
protected FITSDataNode.ArrayDataMaker |
getArrayData(long start,
long size)
Returns an ArrayDataMaker encapsulating the same input stream as the
on one which this FITSDataNode is based, but starting at a given
offset start into the stream and size bytes long.
|
allowsChildren, getChildIterator, getDataInput, getDescription, getName, getNodeTLA, getNodeType, getPathSeparator, isMagicbeep, configureDetail, getChildMaker, getCreator, getDataObject, getIcon, getLabel, getParentObject, getPathElement, hasDataObject, makeChild, makeErrorChild, registerDataObject, setChildMaker, setCreator, setDescription, setIconID, setLabel, setName, setParentObject, toStringpublic FITSStreamDataNode(uk.ac.starlink.util.DataSource datsrc)
throws NoSuchDataException
NoSuchDataExceptionprotected FITSDataNode.ArrayDataMaker getArrayData(long start, long size)
FITSDataNodegetArrayData in class FITSDataNodestart - the offset into this FITSDataNode's stream at which
the returned source's streams should startsize - the number of bytes contained by the returned
source's streamCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.