netP5
Class TcpPacket

java.lang.Object
  extended by netP5.TcpPacket

public class TcpPacket
extends java.lang.Object


Constructor Summary
TcpPacket(TcpClient theTcpClient, java.lang.StringBuffer theBuffer, byte[] theBytes)
           
 
Method Summary
 byte[] getData()
           
 java.lang.String getString()
           
 java.lang.StringBuffer getStringBuffer()
           
 TcpClient getTcpConnection()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpPacket

public TcpPacket(TcpClient theTcpClient,
                 java.lang.StringBuffer theBuffer,
                 byte[] theBytes)
Method Detail

getTcpConnection

public TcpClient getTcpConnection()

getString

public java.lang.String getString()

getStringBuffer

public java.lang.StringBuffer getStringBuffer()

getData

public byte[] getData()


processing library oscP5 by Andreas Schlegel. (c) 2010