com.ibm.jtopenlite.ddm

Class DDMFile

  • java.lang.Object
    • com.ibm.jtopenlite.ddm.DDMFile


  • public final class DDMFile
    extends java.lang.Object
    Represents a handle to a file.
    • Method Summary

      Methods 
      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() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getBufferCount

        public int getBufferCount()
        Returns the number of data buffers used for reading records from this file.
      • getRecordLength

        public int getRecordLength()
        Returns the record length in bytes of this file.
      • getRecordDataBuffer

        public byte[] getRecordDataBuffer()
        Returns the current data buffer's record data buffer.
      • getReadWriteType

        public int getReadWriteType()
        Returns the read-write access type used to open this file.
      • getLibrary

        public java.lang.String getLibrary()
        Returns the library in which this file resides.
      • getFile

        public java.lang.String getFile()
        Returns the name of this file.
      • getMember

        public java.lang.String getMember()
        Returns the member name of this file.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object