Interface InputShim
- 
- All Known Implementing Classes:
- ShadedInputAdapter
 
 public interface InputShimA minimalInput-like abstraction. See that class for method documentation.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanreadBoolean()bytereadByte()byte[]readBytes(int size)doublereadDouble()intreadInt()longreadLong()shortreadShort()StringreadString()
 
- 
- 
- 
Method Detail- 
readBytebyte readByte() 
 - 
readBytesbyte[] readBytes(int size) 
 - 
readStringString readString() 
 - 
readShortshort readShort() 
 - 
readLonglong readLong() 
 - 
readIntint readInt() 
 - 
readBooleanboolean readBoolean() 
 - 
readDoubledouble readDouble() 
 
- 
 
-