jas.jds.interfaces
Class RemotePrintBuffer

java.lang.Object
  |
  +--jas.jds.interfaces.RemotePrintBuffer
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
RemotePrintBuffer(java.lang.String title, byte[] b)
           
 
Method Summary
 byte[] getBuffer()
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePrintBuffer

public RemotePrintBuffer(java.lang.String title,
                         byte[] b)
Method Detail

getTitle

public java.lang.String getTitle()

getBuffer

public byte[] getBuffer()