public class NrrdHeader extends Object
This is for a generic nrrd reader. The only special processing that it does is:
Modifier and Type | Field and Description |
---|---|
int |
lineSkip |
Constructor and Description |
---|
NrrdHeader() |
NrrdHeader(String encoding) |
Modifier and Type | Method and Description |
---|---|
String |
getCommentStrings() |
String |
getFieldStrings() |
String |
getTagStrings() |
String |
getTextData() |
static void |
main(String[] args) |
void |
readHeader(InputStream is) |
void |
readHeader(String path) |
String |
toString() |
public NrrdHeader()
public NrrdHeader(String encoding)
public String getTextData()
public String getCommentStrings()
public String getTagStrings()
public String getFieldStrings()
public void readHeader(String path) throws IOException
IOException
public void readHeader(InputStream is) throws IOException
IOException
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.