mediautil.image.jpeg
Class BasicJpegIo

java.lang.Object
  extended by mediautil.gen.BasicIo
      extended by mediautil.image.jpeg.BasicJpegIo
Direct Known Subclasses:
AbstractImageInfo, LLJTran

public class BasicJpegIo
extends BasicIo


Field Summary
 byte M_DHP
           
 byte M_DHT
           
 byte M_DNL
           
 byte M_DQT
           
 byte M_DRI
           
 byte M_EXP
           
 
Fields inherited from class mediautil.gen.BasicIo
FACTOR_ABVS
 
Constructor Summary
BasicJpegIo()
           
 
Method Summary
 
Methods inherited from class mediautil.gen.BasicIo
asInt, asString, bn2s, bn2s, convertLength, in2s, isSignature, read, read, s2n, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

M_DHT

public final byte M_DHT
See Also:
Constant Field Values

M_DQT

public final byte M_DQT
See Also:
Constant Field Values

M_DNL

public final byte M_DNL
See Also:
Constant Field Values

M_DRI

public final byte M_DRI
See Also:
Constant Field Values

M_DHP

public final byte M_DHP
See Also:
Constant Field Values

M_EXP

public final byte M_EXP
See Also:
Constant Field Values
Constructor Detail

BasicJpegIo

public BasicJpegIo()