Reads the first instance of a given Jpeg segment, returning the contents as a byte array.
@param segmentMarker the byte identifier for the desired segment
@return the byte array if found, else null
@throws JpegProcessingException for any problems processing the Jpeg data,including inner IOExceptions
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.