Class ComSegment

    • Constructor Detail

      • ComSegment

        public ComSegment​(int marker,
                          byte[] segmentData)
      • ComSegment

        public ComSegment​(int marker,
                          int markerLength,
                          java.io.InputStream is)
                   throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getComment

        public byte[] getComment()
        Returns a copy of the comment.
        Returns:
        a copy of the comment's bytes
      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in class Segment