public abstract class BaseTypeConverter extends Object implements com.ibm.ims.dli.types.TypeConverter
Modifier and Type | Field and Description |
---|---|
protected Properties |
properties |
Constructor and Description |
---|
BaseTypeConverter() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getUnconvertedBytes(byte[] ioArea,
int start,
int length) |
boolean |
isNull(byte[] ioArea,
int offset) |
void |
setNull(byte[] ioArea,
int offset) |
void |
setProperties(Properties properties) |
void |
setUnconvertedBytes(byte[] destIOArea,
int start,
int length,
byte[] value) |
protected Properties properties
public final byte[] getUnconvertedBytes(byte[] ioArea, int start, int length)
getUnconvertedBytes
in interface com.ibm.ims.dli.types.TypeConverter
public final void setUnconvertedBytes(byte[] destIOArea, int start, int length, byte[] value)
setUnconvertedBytes
in interface com.ibm.ims.dli.types.TypeConverter
public boolean isNull(byte[] ioArea, int offset) throws IOException
isNull
in interface com.ibm.ims.dli.types.TypeConverter
IOException
public void setNull(byte[] ioArea, int offset) throws IOException
setNull
in interface com.ibm.ims.dli.types.TypeConverter
IOException
public void setProperties(Properties properties)
(c) Copyright IBM Corporation 2008, 2017.