|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.jtopenlite.ddm.DDMFile
public final class DDMFile
Represents a handle to a file.
| Field Summary | |
|---|---|
static int |
READ_ONLY
|
static int |
READ_WRITE
|
static int |
WRITE_ONLY
|
| Method Summary | |
|---|---|
int |
getBufferCount()
Returns the number of data buffers used for reading records from this file. |
String |
getFile()
Returns the name of this file. |
String |
getLibrary()
Returns the library in which this file resides. |
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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int READ_ONLY
public static final int WRITE_ONLY
public static final int READ_WRITE
| Method Detail |
|---|
public int getBufferCount()
public int getRecordLength()
public byte[] getRecordDataBuffer()
public int getReadWriteType()
public String getLibrary()
public String getFile()
public String getMember()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||