public class FITSStream
extends stream.io.AbstractStream
Created by mackaiver on 12/12/16.
| Modifier and Type | Class and Description |
|---|---|
class |
FITSStream.MissingHDUException |
| Modifier and Type | Field and Description |
|---|---|
String |
nameHDU |
| Constructor and Description |
|---|
FITSStream() |
FITSStream(stream.io.SourceURL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
stream.Data |
readNext() |
void |
skipRows(int amount)
Skips the given amount of rows in the data table.
|
public String nameHDU
public FITSStream(stream.io.SourceURL url)
public FITSStream()
public void init()
throws Exception
init in interface stream.io.Sourceinit in class stream.io.AbstractStreamExceptionpublic stream.Data readNext()
throws Exception
readNext in class stream.io.AbstractStreamExceptionpublic void skipRows(int amount)
throws IOException
amount - The amount of Rows to skip.IOExceptionCopyright © 2019. All rights reserved.