osmq.util
Class InputSimDevice
java.lang.Object
osmq.util.InputSimDevice
- All Implemented Interfaces:
- Readable
- public final class InputSimDevice
- extends java.lang.Object
- implements Readable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputSimDevice
public InputSimDevice()
InputSimDevice
public InputSimDevice(java.lang.String filename)
setFileName
public void setFileName(java.lang.String s)
getFileName
public java.lang.String getFileName()
setBufferSize
public void setBufferSize(int v)
getBufferSize
public int getBufferSize()
close
public void close()
- Specified by:
close
in interface Readable
isOpen
public boolean isOpen()
- Specified by:
isOpen
in interface Readable
open
public void open()
throws java.io.IOException
- Specified by:
open
in interface Readable
- Throws:
java.io.IOException
get
public final byte[] get()
throws java.io.IOException
- Specified by:
get
in interface Readable
- Throws:
java.io.IOException