Package pixy.image.jpeg
Class SOFReader
java.lang.Object
pixy.image.jpeg.SOFReader
- All Implemented Interfaces:
Reader
public class SOFReader extends java.lang.Object implements Reader
JPEG SOF segment reader
- Version:
- 1.0 10/09/2013
- Author:
- Wen Yu, yuwen_66@yahoo.com
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Component[]
getComponents()
int
getFrameHeight()
int
getFrameWidth()
int
getLength()
int
getNumOfComponents()
int
getPrecision()
void
read()
-
Constructor Details
-
SOFReader
- Throws:
java.io.IOException
-
-
Method Details
-
getLength
public int getLength() -
getPrecision
public int getPrecision() -
getFrameHeight
public int getFrameHeight() -
getFrameWidth
public int getFrameWidth() -
getNumOfComponents
public int getNumOfComponents() -
getComponents
-
read
public void read() throws java.io.IOException
-