Package lejos.hardware.device
Class UART.UARTInputStream
- java.lang.Object
-
- java.io.InputStream
-
- lejos.hardware.device.UART.UARTInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- UART
protected class UART.UARTInputStream extends java.io.InputStreaminternal class that provides an InputStream interface to a UART- Author:
- andy
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]buffer
-
Constructor Summary
Constructors Modifier Constructor Description protectedUARTInputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intread()intread(byte[] b, int off, int len)
-