Package gov.nih.mipav.model.file
Interface DicomType
-
- All Known Implementing Classes:
FileDicomTagInfo.NumType
,FileDicomTagInfo.StringType
public interface DicomType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object[]
read(byte[] data)
byte[]
write(java.lang.Object obj)
-