public class AVIBMPDIB extends Object
Source: Microsoft Windows Bitmap Format. Multimedia Technical Note: JPEG DIB Format. (c) 1993 Microsoft Corporation. All rights reserved. BMPDIB.txt
| Constructor and Description |
|---|
AVIBMPDIB() |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
prependDHTSeg(byte[] jpgWithoutDHT) |
static InputStream |
prependDHTSeg(byte[] jpgWithoutDHT,
int offset,
int length) |
static ImageInputStream |
prependDHTSeg(ImageInputStream iisWithoutDHT) |
static ImageInputStream |
prependDHTSeg(InputStream inWithoutDHT) |
public static InputStream prependDHTSeg(byte[] jpgWithoutDHT)
public static InputStream prependDHTSeg(byte[] jpgWithoutDHT, int offset, int length)
public static ImageInputStream prependDHTSeg(ImageInputStream iisWithoutDHT) throws IOException
IOExceptionpublic static ImageInputStream prependDHTSeg(InputStream inWithoutDHT) throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.