public interface Value
Modifier and Type | Method and Description |
---|---|
int |
calcLength(DicomEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
getEncodedLength(DicomEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
boolean |
isEmpty() |
byte[] |
toBytes(VR vr,
boolean bigEndian) |
void |
writeTo(DicomOutputStream out,
VR vr) |
boolean isEmpty()
byte[] toBytes(VR vr, boolean bigEndian) throws IOException
IOException
void writeTo(DicomOutputStream out, VR vr) throws IOException
IOException
int calcLength(DicomEncodingOptions encOpts, boolean explicitVR, VR vr)
int getEncodedLength(DicomEncodingOptions encOpts, boolean explicitVR, VR vr)
Copyright © 2017 dcm4che.org. All rights reserved.