public interface Type
| Modifier and Type | Field and Description |
|---|---|
static int |
BINARY
the field is type of BINARY (the field is parsed as fixed length binray content)
|
static int |
CDNUMBER |
static java.lang.String[] |
labels |
static int |
LLLLLLVARTEXT
the field is type of LLLLLLVARTEXT (used in some custom ISO formats)
|
static int |
LLLLLVARTEXT
the field is type of LLLLLVARTEXT (used in some custom ISO formats)
|
static int |
LLLLVARTEXT
the field is type of LLLLVARTEXT (used in some custom ISO formats)
|
static int |
LLLVARBINARY
the field is type of LLLVARBINARY (the field is parsed as 3 byte of length and remaining of bytes as binary content)
|
static int |
LLLVARNUMBER
the field is type of LLLVARNUMBER (the field is parsed as 3 byte of length and remaining of bytes as numbric content)
|
static int |
LLLVARTEXT
the field is type of LLLVARTEXT (the field is parsed as 3 byte of length and remaining of bytes as text content)
|
static int |
LLPVARBINARY
the field is type of LLPVARBINARY (the field is parsed as 3 byte of packed length and remaining of bytes as binary data)
used only in parsePlain/formatPlain
|
static int |
LLPVARTEXT
the field is type of LLPVARTEXT (the field is parsed as 2 byte of packed length and remaining of bytes as text data)
used only in parsePlain/formatPlain
|
static int |
LLVARBINARY
the field is type of LLVARBINARY (the field is parsed as 2 byte of length and remaining of bytes as binary content)
|
static int |
LLVARNUMBER
the field is type of LLLVARNUMBER (the field is parsed as 2 byte of length and remaining of bytes as numeric content)
|
static int |
LLVARTEXT
the field is type of LLVARTEXT (the field is parsed as 2 byte of length and remaining of bytes as text content)
|
static int |
LLXPVARBINARY
the field is type of LLXPVARBINARY (the field is parsed as 2 byte of exploded packed '0F' or '10' length and remaining of bytes as binary data)
used only in parsePlain/formatPlain
|
static int |
LLXPVARTEXT
the field is type of LLXPVARBINARY (the field is parsed as 2 byte of exploded packed length and remaining of bytes as text data)
used only in parsePlain/formatPlain
|
static int |
LPVARBINARY
the field is type of LPVARBINARY (the field is parsed as 1 byte of packed length and remaining of bytes as binary data)
used only in parsePlain/formatPlain
|
static int |
LPVARNUMBERPACKED
the field is type of LPVARNUMBERPACKED (the field is parsed as 1 byte of packed length and remaining of bytes as packed number content)
used only in parsePlain/formatPlain
|
static int |
LPVARTEXT
the field is type of LPVARTEXT (the field is parsed as 1 byte of packed length and remaining of bytes as text data)
used only in parsePlain/formatPlain
|
static int |
LVARNUMBER
the field is type of LVARNUMBER (the field is parsed as 1 byte of length and remaining of bytes as numeric content)
|
static int |
LVARTEXT
the field is type of LVARTEXT (the field is parsed as 1 byte of length and remaining of bytes as text content)
|
static int |
NUMBER
the field is type of NUMBER (the field is parsed as fixed length numberic content)
|
static int |
NUMBERPACKED
the field is type of NUMBERPACKED (the field is parsed as bytes as packed number content)
used only in parsePlain/formatPlain
|
static int |
TEXT
the field is type of TEXT (the field is parsed as fixed length text content)
|
static int |
TRACK1
the field is type of track1 (NOT USED, track 1 is parsed as regular LLVAR)
|
static int |
TRACK2
the field is type of track2 LLVAR where 1st 2 bytes define the of contents LLVAR
Note: in compressed format it is like LVAR where 1st byted is compressed length. |
static int |
TRACK2PACKED
the field is type of track2 LVAR where (first byte is length and the field is parsed as bytes as packed number content with D exception)
used only in parsePlain/formatPlain
|
static int |
TRACK3
the field is type of track3 like LLVAR (used to parse field as track 3 contents)
|
static int |
UNDEFINED
the field type is unkown/undefined is not parsed
|
static final int UNDEFINED
static final int NUMBER
static final int TEXT
static final int LLVARNUMBER
static final int LLVARTEXT
static final int LLLVARNUMBER
static final int LLLVARTEXT
static final int BINARY
static final int LLVARBINARY
static final int LLLVARBINARY
static final int TRACK2
static final int TRACK3
static final int TRACK1
static final int LLLLVARTEXT
static final int LLLLLVARTEXT
static final int LLLLLLVARTEXT
static final int LVARNUMBER
static final int LVARTEXT
static final int LPVARNUMBERPACKED
static final int NUMBERPACKED
static final int LPVARBINARY
static final int LLPVARBINARY
static final int TRACK2PACKED
static final int LPVARTEXT
static final int LLPVARTEXT
static final int LLXPVARBINARY
static final int LLXPVARTEXT
static final int CDNUMBER
static final java.lang.String[] labels
Copyright © 2002-2015 AZS Services Ltd. All Rights Reserved.