netP5
Class TcpPacket

java.lang.Object
  extended by netP5.TcpPacket

public class TcpPacket
extends Object


Constructor Summary
TcpPacket(TcpClient theTcpClient, StringBuffer theBuffer, byte[] theBytes)
           
 
Method Summary
 byte[] getData()
           
 String getString()
           
 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,
                 StringBuffer theBuffer,
                 byte[] theBytes)
Method Detail

getTcpConnection

public TcpClient getTcpConnection()

getString

public String getString()

getStringBuffer

public StringBuffer getStringBuffer()

getData

public byte[] getData()


processing library oscP5 by Andreas Schlegel. (c) 2004-2012