public class ComSegment extends GenericSegment
  • Constructor Details

    • ComSegment

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

      public ComSegment(int marker, int markerLength, InputStream is) throws IOException
      Throws:
      IOException
  • Method Details

    • getComment

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

      public String getDescription()
      Specified by:
      getDescription in class Segment