at.knowcenter.wag.exactparser.parsing.results
Class HeaderParseResult

java.lang.Object
  extended by at.knowcenter.wag.exactparser.parsing.results.ParseResult
      extended by at.knowcenter.wag.exactparser.parsing.results.HeaderParseResult

public class HeaderParseResult
extends ParseResult

The result of parsing the PDF header.

The header contains the PDF version and is usually followed by some binary characers.

Author:
wprinz

Field Summary
 int binary_characters_index
           
 int major
           
 int major_index
           
 int minor
           
 int minor_index
           
 
Fields inherited from class at.knowcenter.wag.exactparser.parsing.results.ParseResult
next_index, start_index
 
Constructor Summary
HeaderParseResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

major_index

public int major_index

minor_index

public int minor_index

major

public int major

minor

public int minor

binary_characters_index

public int binary_characters_index
Constructor Detail

HeaderParseResult

public HeaderParseResult()


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.