Package org.aoju.bus.image.galaxy.data
Interface Value
public interface Value
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintcalcLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) intgetEncodedLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) booleanisEmpty()byte[]voidwriteTo(ImageOutputStream out, VR vr)
-
Field Details
-
NULL
-
-
Method Details
-
isEmpty
boolean isEmpty() -
toBytes
- Throws:
IOException
-
writeTo
- Throws:
IOException
-
calcLength
-
getEncodedLength
-