All Known Implementing Classes:
ShadedInputAdapter

public interface InputShim
A minimal Input-like abstraction. See that class for method documentation.
  • Method Details

    • 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()