public interface InputShim
Input-like abstraction.  See that class for method documentation.| Modifier and Type | Method and Description | 
|---|---|
boolean | 
readBoolean()  | 
byte | 
readByte()  | 
byte[] | 
readBytes(int size)  | 
double | 
readDouble()  | 
int | 
readInt()  | 
long | 
readLong()  | 
short | 
readShort()  | 
String | 
readString()  | 
byte readByte()
byte[] readBytes(int size)
String readString()
short readShort()
long readLong()
int readInt()
boolean readBoolean()
double readDouble()
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.