public class SOSSegment extends Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
data |
private int |
numComponents |
private int |
offset |
Constructor and Description |
---|
SOSSegment(byte[] data,
int offset) |
Modifier and Type | Method and Description |
---|---|
int |
getAh() |
int |
getAl() |
int |
getComponentID(int index) |
int |
getHeaderLength() |
int |
getILV() |
int |
getMarker() |
int |
getNear() |
int |
getNumComponents() |
int |
getSe() |
int |
getSs() |
int |
getTa(int index) |
int |
getTd(int index) |
int |
offset() |
String |
toString() |
private final byte[] data
private final int offset
private final int numComponents
public SOSSegment(byte[] data, int offset)
public int offset()
public int getMarker()
public int getHeaderLength()
public int getNumComponents()
public int getComponentID(int index)
public int getTa(int index)
public int getTd(int index)
public int getSs()
public int getSe()
public int getAh()
public int getAl()
public int getNear()
public int getILV()
Copyright © 2017 dcm4che.org. All rights reserved.