| Modifier and Type | Method and Description |
|---|---|
static DBFAlignment |
DBFAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBFAlignment[] |
DBFAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Utils.textPadding(String text,
Charset charset,
int length,
DBFAlignment alignment)
Deprecated.
|
static byte[] |
DBFUtils.textPadding(String text,
Charset charset,
int length,
DBFAlignment alignment,
byte paddingByte)
pad a string and convert it to byte[] to write to a dbf file
|
static byte[] |
Utils.textPadding(String text,
Charset charset,
int length,
DBFAlignment alignment,
byte paddingByte)
Deprecated.
|
static byte[] |
Utils.textPadding(String text,
String characterSetName,
int length,
DBFAlignment alignment)
Deprecated.
|
static byte[] |
Utils.textPadding(String text,
String characterSetName,
int length,
DBFAlignment alignment,
byte paddingByte)
Deprecated.
|
Copyright © 2020. All rights reserved.