Interface CellInput

All Superinterfaces:
DataInput

public interface CellInput extends DataInput
Author:
Tobias Downer
  • Method Details

    • readChars

      String readChars(int length) throws IOException
      Reads a string of chars from the input stream up to the given length and returns it as a String object.
      Throws:
      IOException