org.dicom4j.io
Class DicomOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.dicom4j.io.BinaryOutputStream
org.dicom4j.io.DicomOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class DicomOutputStream
- extends BinaryOutputStream
Extends BinaryOutputStream by
adding the concept of transfer syntaxes
- Author:
- Laurent Lecomte
| Methods inherited from class org.dicom4j.io.BinaryOutputStream |
getByteOrder, setByteOrder, writeASCII, writeBoolean, writeDouble, writeDouble, writeFloat, writeFloat, writeSigned16, writeSigned32, writeUnsigned16, writeUnsigned16, writeUnsigned32, writeUnsigned8 |
DicomOutputStream
public DicomOutputStream(OutputStream aOutputStream)
DicomOutputStream
public DicomOutputStream(OutputStream aOutputStream,
TransferSyntax aTransferSyntax)
getTransferSyntax
public TransferSyntax getTransferSyntax()
isExplicitVR
public boolean isExplicitVR()
Is the transfer syntax use explicit VR ?
- Returns:
- true if explicit VR
setTransferSyntax
public void setTransferSyntax(TransferSyntax aTransferSyntax)
Copyright © 2009 dicom4j. All Rights Reserved.