OSMQ
v2.0.1

osmq.io
Interface ReaderStream

All Known Implementing Classes:
PacketInputStream, StringInputStream

public interface ReaderStream


Method Summary
 void close()
           
 byte[] readBytes()
           
 int readBytes(byte[] target)
           
 java.lang.String readln()
           
 

Method Detail

readln

public java.lang.String readln()
                        throws java.io.IOException
Throws:
java.io.IOException

close

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

readBytes

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

readBytes

public int readBytes(byte[] target)
              throws java.io.IOException
Throws:
java.io.IOException

(c) 2000 - 2003 MQue Systems
All Rights Reserved