com.prolifics.remoteReport
Class ReportChunk

java.lang.Object
  extended by com.prolifics.remoteReport.ReportChunk
All Implemented Interfaces:
java.io.Serializable

public class ReportChunk
extends java.lang.Object
implements java.io.Serializable

Insert the type's description here. Creation date: (11/6/2001 2:47:14 PM)

See Also:
Serialized Form

Constructor Summary
ReportChunk(byte[] buf, boolean eof)
          ReportChunk constructor comment.
 
Method Summary
 byte[] getBuf()
          Insert the method's description here.
 boolean isEof()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportChunk

public ReportChunk(byte[] buf,
                   boolean eof)
ReportChunk constructor comment.

Method Detail

getBuf

public byte[] getBuf()
Insert the method's description here. Creation date: (11/6/2001 2:51:42 PM)

Returns:
byte[]

isEof

public boolean isEof()
Insert the method's description here. Creation date: (11/6/2001 2:51:42 PM)

Returns:
boolean