public final class DDMFile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
READ_ONLY |
static int |
READ_WRITE |
static int |
WRITE_ONLY |
Modifier and Type | Method and Description |
---|---|
int |
getBufferCount()
Returns the number of data buffers used for reading records from this file.
|
java.lang.String |
getFile()
Returns the name of this file.
|
java.lang.String |
getLibrary()
Returns the library in which this file resides.
|
java.lang.String |
getMember()
Returns the member name of this file.
|
int |
getReadWriteType()
Returns the read-write access type used to open this file.
|
byte[] |
getRecordDataBuffer()
Returns the current data buffer's record data buffer.
|
int |
getRecordLength()
Returns the record length in bytes of this file.
|
java.lang.String |
toString() |
public static final int READ_ONLY
public static final int WRITE_ONLY
public static final int READ_WRITE
public int getBufferCount()
public int getRecordLength()
public byte[] getRecordDataBuffer()
public int getReadWriteType()
public java.lang.String getLibrary()
public java.lang.String getFile()
public java.lang.String getMember()
public java.lang.String toString()
toString
in class java.lang.Object