public class SkipField extends NullField
| Constructor and Description |
|---|
SkipField()
Default constructor (outputs a single line end).
|
SkipField(decimal num)
Constructor for an explicit number of line ends.
|
SkipField(double num)
Constructor for an explicit number of line ends.
|
SkipField(int64 num)
Constructor for an explicit number of line ends.
|
SkipField(long num)
Constructor for an explicit number of line ends.
|
| Modifier and Type | Method and Description |
|---|---|
void |
output(Stream out)
Renders the contained field definition to the given stream.
|
getNum, isExplicit, readExternal, resolveData, setExplicit, setNum, writeExternaltoArraypublic SkipField()
public SkipField(int64 num)
num is too large to be
stored on short, it will be truncated automatically to 16 bits.num - The number of line ends to output.public SkipField(long num)
num is too large to be
stored on short, it will be truncated automatically to 16 bits.num - The number of line ends to output.public SkipField(double num)
num is too large to be
stored on short, it will be truncated automatically to 16 bits.num - The number of line ends to output.public SkipField(decimal num)
num is too large to be
stored on short, it will be truncated automatically to 16 bits.num - The number of line ends to output.public void output(Stream out) throws ErrorConditionException
output in class NullFieldout - The stream to which the field should be rendered.ErrorConditionException