OSMQ
v2.0.1

osmq.util
Interface Readable

All Known Implementing Classes:
InputSimDevice

public interface Readable


Method Summary
 void close()
           
 byte[] get()
           
 boolean isOpen()
           
 void open()
           
 

Method Detail

isOpen

public boolean isOpen()

open

public void open()
          throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

get

public byte[] get()
           throws java.io.IOException
Throws:
java.io.IOException

(c) 2000 - 2003 MQue Systems
All Rights Reserved