public class CtrlToNCRInputStream extends FilterInputStream
in| Constructor and Description |
|---|
CtrlToNCRInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static String |
padInteger(int number)
Convert integer
2 to string "02" |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skippublic CtrlToNCRInputStream(InputStream in)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic static String padInteger(int number)
2 to string "02"number - public int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2025. All rights reserved.