Interface DicomType

All Known Implementing Classes:
FileDicomTagInfo.NumType, FileDicomTagInfo.StringType

public interface DicomType
  • Method Summary

    Modifier and Type
    Method
    Description
    read(byte[] data)
     
    byte[]
     
  • Method Details

    • read

      Object[] read(byte[] data)
    • write

      byte[] write(Object obj)