public class HexadecimalInputStream extends InputStream
| Constructor and Description |
|---|
HexadecimalInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, read, reset, skippublic HexadecimalInputStream(InputStream in)
public int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.