net.resourcesOnDemand
Class BinaryResourceManagerClient

java.lang.Object
  extended by net.resourcesOnDemand.BinaryResourceManagerClient

public class BinaryResourceManagerClient
extends java.lang.Object


Constructor Summary
BinaryResourceManagerClient()
           
BinaryResourceManagerClient(java.net.InetAddress ia, java.lang.String fn)
           
 
Method Summary
 byte[] getData()
           
 java.awt.Image getImage()
           
 com.sun.j3d.loaders.Scene getObject()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryResourceManagerClient

public BinaryResourceManagerClient()

BinaryResourceManagerClient

public BinaryResourceManagerClient(java.net.InetAddress ia,
                                   java.lang.String fn)
Method Detail

getObject

public com.sun.j3d.loaders.Scene getObject()
                                    throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

getData

public byte[] getData()

getImage

public java.awt.Image getImage()
                        throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException