Decompressor
for non-stream decompression.@Deprecated public class StreamDecompressor extends Object implements CoerceAttributes
Modifier and Type | Field and Description |
---|---|
protected CoerceAttributes |
coerceAttributes
Deprecated.
|
protected Attributes |
dataset
Deprecated.
|
protected ImageReader |
decompressor
Deprecated.
|
private DicomInputHandler |
handler
Deprecated.
|
protected DicomInputStream |
in
Deprecated.
|
private static Logger |
LOG
Deprecated.
|
protected DicomOutputStream |
out
Deprecated.
|
protected PatchJPEGLS |
patchJPEGLS
Deprecated.
|
protected boolean |
pixeldataProcessed
Deprecated.
|
protected TransferSyntaxType |
tsType
Deprecated.
|
protected String |
tsuid
Deprecated.
|
Constructor and Description |
---|
StreamDecompressor(DicomInputStream in,
String tsuid,
DicomOutputStream out)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
coerce(Attributes attrs)
Deprecated.
|
boolean |
decompress()
Deprecated.
|
protected void |
decompressFrames(DicomInputStream dis,
ImageParams imageParams,
BufferedImage bi)
Deprecated.
|
void |
dispose()
Deprecated.
|
CoerceAttributes |
getCoerceAttributes()
Deprecated.
|
protected void |
onPixelData(DicomInputStream dis,
Attributes attrs)
Deprecated.
|
void |
setCoerceAttributes(CoerceAttributes coerceAttributes)
Deprecated.
|
protected void |
writeFrame(BufferedImage bi)
Deprecated.
|
protected final DicomInputStream in
protected final DicomOutputStream out
protected final TransferSyntaxType tsType
protected final Attributes dataset
protected ImageReader decompressor
protected PatchJPEGLS patchJPEGLS
protected boolean pixeldataProcessed
protected CoerceAttributes coerceAttributes
private final DicomInputHandler handler
public StreamDecompressor(DicomInputStream in, String tsuid, DicomOutputStream out)
public CoerceAttributes getCoerceAttributes()
public void setCoerceAttributes(CoerceAttributes coerceAttributes)
public Attributes coerce(Attributes attrs)
coerce
in interface CoerceAttributes
public boolean decompress() throws IOException
IOException
public void dispose()
protected void onPixelData(DicomInputStream dis, Attributes attrs) throws IOException
IOException
protected void decompressFrames(DicomInputStream dis, ImageParams imageParams, BufferedImage bi) throws IOException
IOException
protected void writeFrame(BufferedImage bi) throws IOException
IOException
Copyright © 2017 dcm4che.org. All rights reserved.