Package nom.tam.fits.header.hierarch
Class BlanksDotHierarchKeyFormatter
- java.lang.Object
-
- nom.tam.fits.header.hierarch.BlanksDotHierarchKeyFormatter
-
- All Implemented Interfaces:
IHierarchKeyFormatter
public class BlanksDotHierarchKeyFormatter extends java.lang.Object implements IHierarchKeyFormatter
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
blanks
private static int
HIERARCH_KEY_OFFSET
private static java.lang.String
HIERARCH_TEXT
-
Constructor Summary
Constructors Constructor Description BlanksDotHierarchKeyFormatter(int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
append(java.lang.String key, FitsLineAppender buffer)
-
-
-
Method Detail
-
append
public void append(java.lang.String key, FitsLineAppender buffer)
- Specified by:
append
in interfaceIHierarchKeyFormatter
-
-