Interface InputShim
- 
- All Known Implementing Classes:
 ShadedInputAdapter
public interface InputShimA minimalInput-like abstraction. See that class for method documentation. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanreadBoolean()bytereadByte()byte[]readBytes(int size)doublereadDouble()intreadInt()longreadLong()shortreadShort()StringreadString() 
 - 
 
- 
- 
Method Detail
- 
readByte
byte readByte()
 
- 
readBytes
byte[] readBytes(int size)
 
- 
readString
String readString()
 
- 
readShort
short readShort()
 
- 
readLong
long readLong()
 
- 
readInt
int readInt()
 
- 
readBoolean
boolean readBoolean()
 
- 
readDouble
double readDouble()
 
 - 
 
 -