| Package | Description | 
|---|---|
| org.dcm4che3.data | 
 Lower level classes that deal with the DICOM Data Dictionary (PS 3.6). 
 | 
| org.dcm4che3.imageio.codec | 
 This package is part of the Maven module dcm4che-imageio. 
 | 
| org.dcm4che3.media | 
 Classes for dealing with storage media. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Attributes.writeGroupTo(DicomOutputStream out,
            int groupLengthTag)  | 
void | 
Attributes.writeItemTo(DicomOutputStream out)  | 
void | 
Attributes.writeTo(DicomOutputStream out)  | 
private void | 
Attributes.writeTo(DicomOutputStream out,
       SpecificCharacterSet cs,
       int start,
       int end,
       int groupLengthIndex)  | 
void | 
Value.writeTo(DicomOutputStream out,
       VR vr)  | 
void | 
Sequence.writeTo(DicomOutputStream out,
       VR vr)  | 
void | 
Fragments.writeTo(DicomOutputStream out,
       VR vr)  | 
void | 
BulkData.writeTo(DicomOutputStream out,
       VR vr)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected DicomOutputStream | 
StreamDecompressor.out
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Compressor.CompressedFrame.writeTo(DicomOutputStream out,
       VR vr)  | 
| Constructor and Description | 
|---|
StreamCompressor(DicomInputStream in,
                String inTransferSyntaxUID,
                DicomOutputStream out)
Deprecated.  
  | 
StreamDecompressor(DicomInputStream in,
                  String tsuid,
                  DicomOutputStream out)
Deprecated.  
  | 
| Modifier and Type | Field and Description | 
|---|---|
private DicomOutputStream | 
DicomDirWriter.out  | 
Copyright © 2017 dcm4che.org. All rights reserved.