java.io.DataInput
public interface CellInput
extends java.io.DataInput
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
readChars(int length) |
Reads a string of chars from the input stream up to the given length
and returns it as a String object.
|
Copyright © 2018. All rights reserved.