at.knowcenter.wag.egov.egiz.pdf
Class BinaryBlockInfo

java.lang.Object
  extended byat.knowcenter.wag.egov.egiz.pdf.BinaryBlockInfo

public class BinaryBlockInfo
extends Object

Helper class that holds information about a binary signature block.

Author:
wprinz

Field Summary
 List replaces
          The List of ReplaceInfo objects that specify the replaced strings.
 int signed_size
          The signed size, in bytes.
 
Constructor Summary
BinaryBlockInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signed_size

public int signed_size
The signed size, in bytes.

This includes the block itself.


replaces

public List replaces
The List of ReplaceInfo objects that specify the replaced strings.

Constructor Detail

BinaryBlockInfo

public BinaryBlockInfo()


Copyright © 2006-2010. All Rights Reserved.