public interface AsciiIO
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
open(String ident,
int parm1,
int parm2) |
int |
read(byte[] buff,
int offset,
int mleng) |
void |
setTimeout(int timeout) |
void |
write(byte[] buff,
int offset,
int leng) |
void open(String ident, int parm1, int parm2) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid close()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid write(byte[] buff,
int offset,
int leng)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionint read(byte[] buff,
int offset,
int mleng)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid flush()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setTimeout(int timeout)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2018 LSST. All rights reserved.