public interface PaddingMode
Modifier and Type | Field and Description |
---|---|
static int |
LeftWith0
track2/number type data in packed form is padded with 0 at the beginning (default)
|
static int |
LeftWithF
track2/number type data in packed form is padded with F at the beginning
|
static int |
RightWith0
track2/number type data in packed form is padded with 0 at the end instead of default (0 at the beginning)
|
static int |
RightWithF
track2/number type data in packed form is padded with F at the end instead of default (0 at the beginning)
|
static final int LeftWith0
static final int RightWith0
static final int RightWithF
static final int LeftWithF
Copyright © 2002-2015 AZS Services Ltd. All Rights Reserved.