Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.synchrona.jred.irlap
Interface iFrameWrapper  view iFrameWrapper download iFrameWrapper.java

All Known Implementing Classes:
AsyncFrameWrapper

interface iFrameWrapper


Method Summary
 int receive(byte[] ayDestination, int nOffset, int nLength)
           
 void send(byte[] aySource, int nOffset, int nLength)
           
 void setLog(java.io.PrintWriter log)
           
 void setLogging(boolean bDoLogging)
           
 

Method Detail

receive

public int receive(byte[] ayDestination,
                   int nOffset,
                   int nLength)
            throws java.lang.Exception

send

public void send(byte[] aySource,
                 int nOffset,
                 int nLength)
          throws java.lang.Exception

setLog

public void setLog(java.io.PrintWriter log)

setLogging

public void setLogging(boolean bDoLogging)