Simple Machine

util
Class IntStream

java.lang.Object
  extended by util.IntStream

public class IntStream
extends Object

A stream of integer values; use for access to instruction field values when encoding into instruction.


Constructor Summary
IntStream(int anInt)
           
IntStream(int[] anIntArray)
           
 
Method Summary
 IntStream concat(IntStream anIntStream)
           
 int getValue()
           
 void mark()
           
 void rewind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntStream

public IntStream(int[] anIntArray)

IntStream

public IntStream(int anInt)
Method Detail

getValue

public int getValue()

mark

public void mark()

rewind

public void rewind()

concat

public IntStream concat(IntStream anIntStream)

Simple Machine

Copyright © 2010, 2011 Mike Feeley. All Rights Reserved.