public class DataWriterAdapter extends Object implements DataWriter
Modifier and Type | Field and Description |
---|---|
private Attributes |
data |
Constructor and Description |
---|
DataWriterAdapter(Attributes data) |
Modifier and Type | Method and Description |
---|---|
static DataWriterAdapter |
forAttributes(Attributes data) |
Attributes |
getDataset() |
void |
writeTo(PDVOutputStream out,
String tsuid) |
private final Attributes data
public DataWriterAdapter(Attributes data)
public static DataWriterAdapter forAttributes(Attributes data)
public void writeTo(PDVOutputStream out, String tsuid) throws IOException
writeTo
in interface DataWriter
IOException
public final Attributes getDataset()
Copyright © 2017 dcm4che.org. All rights reserved.