plugins.wcx
Class PackToMem

java.lang.Object
  extended by plugins.wcx.PackToMem

public class PackToMem
extends java.lang.Object

PackToMem is used in packToMem.

Author:
Ken

Constructor Summary
PackToMem()
          packToMem(): Has to receive infos about the operation of this method.
 
Method Summary
 int getTaken()
           
 int getWritten()
           
 void setTaken(int taken)
           
 void setWritten(int written)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackToMem

public PackToMem()
packToMem(): Has to receive infos about the operation of this method.

Method Detail

getTaken

public final int getTaken()
Returns:
Returns the taken.

setTaken

public final void setTaken(int taken)
Parameters:
taken - The taken to set.

getWritten

public final int getWritten()
Returns:
Returns the written.

setWritten

public final void setWritten(int written)
Parameters:
written - The written to set.