Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.flexdbserver.services.asset.iptc
Class TIFFParser  view TIFFParser download TIFFParser.java

java.lang.Object
  extended bycom.flexstor.flexdbserver.services.asset.iptc.IPTCParser
      extended bycom.flexstor.flexdbserver.services.asset.iptc.TIFFParser
All Implemented Interfaces:
IIPTCParser

public class TIFFParser
extends IPTCParser
implements IIPTCParser


Field Summary
(package private)  com.flexstor.common.io.xfile.FlexXFile refXFile
           
 
Fields inherited from class com.flexstor.flexdbserver.services.asset.iptc.IPTCParser
hDataSets
 
Constructor Summary
TIFFParser(com.flexstor.common.io.xfile.FlexXFile refXFile)
           
 
Method Summary
 void debugPrintHash()
           
 java.lang.String getDatasetValue(java.lang.String sDatasetID)
          Obtain the value for the specified Dataset number.
 boolean parseFile()
           
protected  void printTagData(byte[] anTagData)
          Debug code
 
Methods inherited from class com.flexstor.flexdbserver.services.asset.iptc.IPTCParser
BGPDebug, BGPError, hexBytesToInt, parseIPTCdata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refXFile

com.flexstor.common.io.xfile.FlexXFile refXFile
Constructor Detail

TIFFParser

public TIFFParser(com.flexstor.common.io.xfile.FlexXFile refXFile)
Method Detail

parseFile

public boolean parseFile()
Specified by:
parseFile in interface IIPTCParser

getDatasetValue

public java.lang.String getDatasetValue(java.lang.String sDatasetID)
Obtain the value for the specified Dataset number.

Specified by:
getDatasetValue in interface IIPTCParser

printTagData

protected void printTagData(byte[] anTagData)
Debug code


debugPrintHash

public void debugPrintHash()