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, reset
protected SerialByteBufferInputStream()
public int available() throws IOException
available
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] data) throws IOException
read
in class InputStream
IOException
public int read(byte[] data, int off, int len) throws IOException
read
in class InputStream
IOException
public long skip(long n) throws IOException, IllegalArgumentException
skip
in class InputStream
IOException
IllegalArgumentException
Copyright © 2012–2019 Pi4J. All rights reserved.