|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NativeFormat | |
---|---|
ca.idms.io | Services for formatted input and output. |
ca.idms.xa | IDMS XA client interface objects. |
Uses of NativeFormat in ca.idms.io |
---|
Subclasses of NativeFormat in ca.idms.io | |
---|---|
class |
UnicodeFormat
Specifies formats of network data types using Unicode. |
class |
UtfFormat
Specifies formats of network data types using UTF-8. |
Fields in ca.idms.io declared as NativeFormat | |
---|---|
protected NativeFormat |
NativeDataOutputStream.fmt
Describes the native data formats. |
protected NativeFormat |
NativeDataInputStream.fmt
Describes the native data formats. |
Methods in ca.idms.io that return NativeFormat | |
---|---|
NativeFormat |
NativeDataOutputStream.getFormat()
|
NativeFormat |
NativeDataInputStream.getFormat()
Gets the data formats in effect for this stream. |
Methods in ca.idms.io with parameters of type NativeFormat | |
---|---|
int |
NativeObject.length(NativeFormat fmt)
Computes the size of the native form the object. |
int |
Native.length(NativeFormat fmt)
Computes the size of the native format of the object. |
int |
NativeBase.length(NativeFormat fmt,
int nat,
int utf,
int uni)
Computes the estimated size of the native form of the object. |
Uses of NativeFormat in ca.idms.xa |
---|
Methods in ca.idms.xa with parameters of type NativeFormat | |
---|---|
int |
IdmsXid.length(NativeFormat fmt)
Computes the size of the native form of the object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |