jmce - 1_02

jmce.sim.tape
Class TapeData

java.lang.Object
  extended by jmce.util.FastArray<TapePulse>
      extended by jmce.sim.tape.TapeData

public class TapeData
extends FastArray<TapePulse>

Cassette data. This class rappresent a cassette tape loaded normally from file.

Since:
1.02
Author:
Mario Viara

Constructor Summary
TapeData()
          Constructor without clock
TapeData(int clock)
          Constructor with specified clock
 
Method Summary
 int getClock()
          Return the clock
 
Methods inherited from class jmce.util.FastArray
add, add, clear, contains, get, getGrowSize, getSize, indexOf, remove, remove, setGrowSize, size, toArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapeData

public TapeData()
Constructor without clock


TapeData

public TapeData(int clock)
Constructor with specified clock

Method Detail

getClock

public int getClock()
Return the clock


jmce - 1_02