Class ComSegment


public class ComSegment extends AbstractGenericSegment
  • 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()
      Description copied from class: AbstractSegment
      Gets the description.
      Specified by:
      getDescription in class AbstractSegment
      Returns:
      the description.