ch.randelshofer.media.avi
Class AVIBMPDIB
java.lang.Object
ch.randelshofer.media.avi.AVIBMPDIB
public class AVIBMPDIB
- extends java.lang.Object
This class defines the JPEG Huffman table, which is omitted in AVI MJPEG
files.
Source:
Microsoft Windows Bitmap Format.
Multimedia Technical Note: JPEG DIB Format.
(c) 1993 Microsoft Corporation. All rights reserved.
BMPDIB.txt
- Version:
- 1.0 2009-12-30 Created.
- Author:
- Werner Randelshofer
|
Method Summary |
static java.io.InputStream |
prependDHTSeg(byte[] jpgWithoutDHT)
|
static java.io.InputStream |
prependDHTSeg(byte[] jpgWithoutDHT,
int offset,
int length)
|
static javax.imageio.stream.ImageInputStream |
prependDHTSeg(javax.imageio.stream.ImageInputStream iisWithoutDHT)
|
static javax.imageio.stream.ImageInputStream |
prependDHTSeg(java.io.InputStream inWithoutDHT)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AVIBMPDIB
public AVIBMPDIB()
prependDHTSeg
public static java.io.InputStream prependDHTSeg(byte[] jpgWithoutDHT)
prependDHTSeg
public static java.io.InputStream prependDHTSeg(byte[] jpgWithoutDHT,
int offset,
int length)
prependDHTSeg
public static javax.imageio.stream.ImageInputStream prependDHTSeg(javax.imageio.stream.ImageInputStream iisWithoutDHT)
throws java.io.IOException
- Throws:
java.io.IOException
prependDHTSeg
public static javax.imageio.stream.ImageInputStream prependDHTSeg(java.io.InputStream inWithoutDHT)
throws java.io.IOException
- Throws:
java.io.IOException