Class Profiles

  • All Implemented Interfaces:
    SegmentData

    public class Profiles
    extends java.lang.Object
    implements SegmentData
    TODO: This class is not implemented yet and empty. Wait for use cases.
    • Constructor Summary

      Constructors 
      Constructor Description
      Profiles()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(SegmentHeader header, SubInputStream sis)
      Parse the stream and read information of header.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Profiles

        public Profiles()
    • Method Detail

      • init

        public void init​(SegmentHeader header,
                         SubInputStream sis)
        Description copied from interface: SegmentData
        Parse the stream and read information of header.
        Specified by:
        init in interface SegmentData
        Parameters:
        header - - The segments' header (to make referred-to segments available in data part).
        sis - - Wrapped ImageInputStream into SubInputStream.