Uses of Interface
java.lang.AutoCloseable
-
-
Uses of AutoCloseable in java.io
Subinterfaces of AutoCloseable in java.io Modifier and Type Interface Description interfaceCloseableAnAutoCloseablewhose close method may throw anIOException.Classes in java.io that implement AutoCloseable Modifier and Type Class Description classInputStreamA readable source of bytes.classOutputStreamA writable sink for bytes.classPrintStreamWraps an existingOutputStreamand provides convenience methods for writing common data types in a human readable format. -
Uses of AutoCloseable in org.deepjava.runtime.iMX6.driver
Classes in org.deepjava.runtime.iMX6.driver that implement AutoCloseable Modifier and Type Class Description classUARTOutputStreamStream to write bytes to a UART interface. -
Uses of AutoCloseable in org.deepjava.runtime.mpc5200.driver
Classes in org.deepjava.runtime.mpc5200.driver that implement AutoCloseable Modifier and Type Class Description classUARTInputStreamInput Stream to read bytes from an UART interface.classUARTOutputStreamStream to write bytes to a UART interface. -
Uses of AutoCloseable in org.deepjava.runtime.mpc555.driver
Classes in org.deepjava.runtime.mpc555.driver that implement AutoCloseable Modifier and Type Class Description classSCIInputStreamInput Stream to read bytes from a SCI interface.classSCIOutputStreamStream to write bytes to a SCI interface. -
Uses of AutoCloseable in org.deepjava.runtime.util
Classes in org.deepjava.runtime.util that implement AutoCloseable Modifier and Type Class Description classDummyInputStreamA readable source of bytes.classDummyOutputStreamA writable sink for bytes. -
Uses of AutoCloseable in org.deepjava.runtime.zynq7000.driver
Classes in org.deepjava.runtime.zynq7000.driver that implement AutoCloseable Modifier and Type Class Description classFlinkUARTInputStreamInput Stream to read bytes from a UART interface.classFlinkUARTOutputStreamStream to write bytes to a UART interface.classUARTInputStreamInput Stream to read bytes from a UART interface.classUARTOutputStreamStream to write bytes to a UART interface.
-