|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.fmj.media.codec.video.jpeg.JpegStripper
public class JpegStripper
JPEG header stripper. Useful for getting rid of the headers that are present in the Jpeg data and are unnecessary (and unwanted) for JPEG/RTP.
Constructor Summary | |
---|---|
JpegStripper()
|
Method Summary | |
---|---|
static byte[] |
removeHeaders(byte[] ba)
Removes most of the leading and trailing headers from Jpeg data (byte array). |
static int[] |
removeHeaders(int[] input)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JpegStripper()
Method Detail |
---|
public static int[] removeHeaders(int[] input)
public static byte[] removeHeaders(byte[] ba)
ba
- Byte array representing Jpeg file
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |