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.Source
init
in class stream.io.AbstractStream
Exception
public stream.Data readNext() throws Exception
readNext
in class stream.io.AbstractStream
Exception
public void skipRows(int amount) throws IOException
amount
- The amount of Rows to skip.IOException
Copyright © 2019. All rights reserved.