public class AcmInputStream
extends java.io.InputStream
Constructor and Description |
---|
AcmInputStream(UsbDeviceConnection connection,
UsbEndpoint endpoint) |
public AcmInputStream(UsbDeviceConnection connection, UsbEndpoint endpoint)
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
public int read(byte[] buffer, int offset, int count) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException