org.otfeed.protocol.connector
Interface IStreamer


public interface IStreamer

Low-level communication interface for a stream of ByteBuffer objects.


Method Summary
 void close()
           
 java.nio.ByteBuffer read()
           
 void write(java.nio.ByteBuffer out)
           
 

Method Detail

write

void write(java.nio.ByteBuffer out)
           throws java.io.IOException
Throws:
java.io.IOException

read

java.nio.ByteBuffer read()
                         throws java.io.IOException
Throws:
java.io.IOException

close

void close()


Copyright © 2007 Mike Kroutikov. All Rights Reserved.