com.pax.dal.entity

Class Tr34OutBlock

  • java.lang.Object
    • com.pax.dal.entity.Tr34OutBlock
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      byte[] outBlock
      The output data
      The output data
      int[] outputLen
      The output length of DataOut
      The output length of DataOut
    • Constructor Summary

      Constructors 
      Constructor and Description
      Tr34OutBlock() 
      Tr34OutBlock(byte[] outBlock, int[] outputLen) 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • outBlock

        public byte[] outBlock
        The output data
        The output data
      • outputLen

        public int[] outputLen
        The output length of DataOut
        The output length of DataOut