Modifier and Type | Method and Description |
---|---|
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.
|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
String readChars(int length) throws IOException
IOException
Copyright © 2015. All rights reserved.