public class MMRDecoder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ccittEndOfLine |
static int |
twoDimensionalHorizontal |
static int |
twoDimensionalPass |
static int |
twoDimensionalVertical0 |
static int |
twoDimensionalVerticalL1 |
static int |
twoDimensionalVerticalL2 |
static int |
twoDimensionalVerticalL3 |
static int |
twoDimensionalVerticalR1 |
static int |
twoDimensionalVerticalR2 |
static int |
twoDimensionalVerticalR3 |
| Constructor and Description |
|---|
MMRDecoder(StreamReader reader) |
| Modifier and Type | Method and Description |
|---|---|
long |
get24Bits() |
int |
get2DCode() |
int |
getBlackCode() |
int |
getWhiteCode() |
void |
reset() |
void |
skipTo(int length) |
public static int ccittEndOfLine
public static final int twoDimensionalPass
public static final int twoDimensionalHorizontal
public static final int twoDimensionalVertical0
public static final int twoDimensionalVerticalR1
public static final int twoDimensionalVerticalL1
public static final int twoDimensionalVerticalR2
public static final int twoDimensionalVerticalL2
public static final int twoDimensionalVerticalR3
public static final int twoDimensionalVerticalL3
public MMRDecoder(StreamReader reader)
public void reset()
public void skipTo(int length)
throws java.io.IOException
java.io.IOExceptionpublic long get24Bits()
throws java.io.IOException
java.io.IOExceptionpublic int get2DCode()
throws java.io.IOException
java.io.IOExceptionpublic int getWhiteCode()
throws java.io.IOException
java.io.IOExceptionpublic int getBlackCode()
throws java.io.IOException
java.io.IOException