org.iids.aos.agentserver.binary
Class BinaryAgentCodeSegment

java.lang.Object
  extended by org.iids.aos.agentserver.binary.BinaryAgentCodeSegment

public class BinaryAgentCodeSegment
extends java.lang.Object

Author:
Patrick Verkaik

Field Summary
static int BUFSIZE
          Buffer size for copying data around.
 
Constructor Summary
BinaryAgentCodeSegment()
           
 
Method Summary
static byte[] writeAgentCodeSegment(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUFSIZE

public static final int BUFSIZE
Buffer size for copying data around.

See Also:
Constant Field Values
Constructor Detail

BinaryAgentCodeSegment

public BinaryAgentCodeSegment()
Method Detail

writeAgentCodeSegment

public static byte[] writeAgentCodeSegment(java.io.File file)
                                    throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.