synergynetframework.appsystem.services.net.filestore.messages
Class FilePart

java.lang.Object
  extended by synergynetframework.appsystem.services.net.filestore.messages.FilePart
All Implemented Interfaces:
java.io.Serializable

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

The Class FilePart.

See Also:
Serialized Form

Constructor Summary
FilePart()
           
 
Method Summary
 byte[] getByteBuffer()
          Gets the byte buffer.
 int getLen()
          Gets the len.
 void setBytes(byte[] bytes, int len)
          Sets the bytes.
 void setLen(int len)
          Sets the len.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePart

public FilePart()
Method Detail

getByteBuffer

public byte[] getByteBuffer()
Gets the byte buffer.

Returns:
the byte buffer

getLen

public int getLen()
Gets the len.

Returns:
the len

setBytes

public void setBytes(byte[] bytes,
                     int len)
Sets the bytes.

Parameters:
bytes - the bytes
len - the len

setLen

public void setLen(int len)
Sets the len.

Parameters:
len - the new len