public class JPEGHeader extends Object
| Constructor and Description |
|---|
JPEGHeader(byte[] data,
int lastMarker) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTransferSyntaxUID() |
int |
marker(int index) |
int |
numberOfMarkers() |
int |
offset(int index) |
int |
offsetAfterAPP() |
int |
offsetOf(int marker) |
int |
offsetSOF() |
Attributes |
toAttributes(Attributes attrs)
Return corresponding Image Pixel Description Macro Attributes
|
public int offsetOf(int marker)
public int offsetSOF()
public int offsetAfterAPP()
public int offset(int index)
public int marker(int index)
public int numberOfMarkers()
public Attributes toAttributes(Attributes attrs)
attrs - target Attributes or nullpublic String getTransferSyntaxUID()
Copyright © 2020. All rights reserved.