OSMQ
v2.0.1

osmq.util
Class InputSimDevice

java.lang.Object
  extended byosmq.util.InputSimDevice
All Implemented Interfaces:
Readable

public final class InputSimDevice
extends java.lang.Object
implements Readable


Constructor Summary
InputSimDevice()
           
InputSimDevice(java.lang.String filename)
           
 
Method Summary
 void close()
           
 byte[] get()
           
 int getBufferSize()
           
 java.lang.String getFileName()
           
 boolean isOpen()
           
 void open()
           
 void setBufferSize(int v)
           
 void setFileName(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputSimDevice

public InputSimDevice()

InputSimDevice

public InputSimDevice(java.lang.String filename)
Method Detail

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

(c) 2000 - 2003 MQue Systems
All Rights Reserved