Package org.aoju.bus.image.galaxy.io
Class BasicBulkDataDescriptor
java.lang.Object
org.aoju.bus.image.galaxy.io.BasicBulkDataDescriptor
- All Implemented Interfaces:
BulkDataDescriptor
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
Fields inherited from interface org.aoju.bus.image.galaxy.io.BulkDataDescriptor
DEFAULT, PIXELDATA -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributeSelector(AttributesSelector... selectors) addLengthsThreshold(int threshold, VR... vrs) addTag(int... tags) addTagPath(int... tagPaths) excludeDefaults(boolean excludeDefaults) String[]booleanisBulkData(List<ItemPointer> itemPointers, String privateCreator, int tag, VR vr, int length) booleanvoidvoidsetBulkDataDescriptorID(String bulkDataDescriptorID) void
-
Constructor Details
-
BasicBulkDataDescriptor
public BasicBulkDataDescriptor() -
BasicBulkDataDescriptor
-
-
Method Details
-
getBulkDataDescriptorID
-
setBulkDataDescriptorID
-
isExcludeDefaults
public boolean isExcludeDefaults() -
excludeDefaults
-
excludeDefaults
-
addAttributeSelector
-
getAttributeSelectors
-
setAttributeSelectorsFromStrings
-
addTag
-
addTagPath
-
addLengthsThreshold
-
getLengthsThresholdsAsStrings
-
setLengthsThresholdsFromStrings
-
isBulkData
public boolean isBulkData(List<ItemPointer> itemPointers, String privateCreator, int tag, VR vr, int length) - Specified by:
isBulkDatain interfaceBulkDataDescriptor
-