protected class SerialByteBuffer.SerialByteBufferInputStream extends InputStream
| Modifier | Constructor and Description |
|---|---|
protected |
SerialByteBufferInputStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] data) |
int |
read(byte[] data,
int off,
int len) |
long |
skip(long n) |
close, mark, markSupported, resetpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] data)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] data,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic long skip(long n)
throws IOException,
IllegalArgumentException
skip in class InputStreamIOExceptionIllegalArgumentExceptionCopyright © 2012–2015 Pi4J. All rights reserved.