com.pax.dal.entity
Class Tr34OutBlock
- java.lang.Object
-
- com.pax.dal.entity.Tr34OutBlock
-
public class Tr34OutBlock extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field and Description byte[]outBlockThe output dataThe output dataint[]outputLenThe output length of DataOutThe output length of DataOut
-
Constructor Summary
Constructors Constructor and Description Tr34OutBlock()Tr34OutBlock(byte[] outBlock, int[] outputLen)
-
-
-
Field Detail
-
outBlock
public byte[] outBlock
The output dataThe output data
-
outputLen
public int[] outputLen
The output length of DataOutThe output length of DataOut
-
-
Constructor Detail
-
Tr34OutBlock
public Tr34OutBlock()
-
Tr34OutBlock
public Tr34OutBlock(byte[] outBlock, int[] outputLen)
-
-