SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.util
Class SendBytes

java.lang.Object
  |
  +--org.sourcejammer.util.SendBytes

public class SendBytes
extends java.lang.Object

Title: SourceJammer 1.2 Description: Copyright: Copyright (c) 2002 Company: SourceJammer Project


Constructor Summary
SendBytes()
           
 
Method Summary
 byte[] getBytes()
           
 boolean getEof()
           
 void setBytes(byte[] by)
           
 void setEof(boolean eof)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendBytes

public SendBytes()
Method Detail

setBytes

public void setBytes(byte[] by)

getBytes

public byte[] getBytes()

setEof

public void setEof(boolean eof)

getEof

public boolean getEof()

SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan