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, resetprotected SerialByteBufferInputStream()
public 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–2021 Pi4J. All rights reserved.