public class SOFSegment extends Object
| Constructor and Description |
|---|
SOFSegment(byte[] data,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getComponentID(int index) |
int |
getHeaderLength() |
int |
getMarker() |
int |
getNumComponents() |
int |
getPrecision() |
int |
getQTableSelector(int index) |
int |
getX() |
int |
getXSubsampling(int index) |
int |
getY() |
int |
getYSubsampling(int index) |
int |
offset() |
String |
toString() |
public int offset()
public int getMarker()
public int getHeaderLength()
public int getPrecision()
public int getY()
public int getX()
public int getNumComponents()
public int getComponentID(int index)
public int getXSubsampling(int index)
public int getYSubsampling(int index)
public int getQTableSelector(int index)
Copyright © 2020. All rights reserved.