org.sourcejammer.util
Class SendBytes

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

public class SendBytes
extends java.lang.Object

Title: $FileName: SendBytes.java$

Version:
$VerNum: 5$ $KeyWordsOff: $

Author:
$AuthorName: Rob MacGrogan$

Field Summary
private  javax.activation.DataHandler data
           
private  boolean eof
           
 
Constructor Summary
SendBytes()
           
 
Method Summary
 javax.activation.DataHandler getData()
           
 boolean getEof()
           
 void setData(javax.activation.DataHandler data)
           
 void setEof(boolean eof)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

private javax.activation.DataHandler data

eof

private boolean eof
Constructor Detail

SendBytes

public SendBytes()
Method Detail

setData

public void setData(javax.activation.DataHandler data)

getData

public javax.activation.DataHandler getData()

setEof

public void setEof(boolean eof)

getEof

public boolean getEof()


Copyright © 2003 Soucejammer project.